This change is in preparation for the addition of new target
operand flags for new relocation types:
https://reviews.llvm.org/D59907
Having the symbol type as part of the flag set makes it harder
to use and AFAICT these are serving no purpose.
Paths
| Differential D60014
[WebAssembly] Remove unneeded target operand flags ClosedPublic Authored by sbc100 on Mar 29 2019, 2:40 PM.
Details Summary This change is in preparation for the addition of new target https://reviews.llvm.org/D59907 Having the symbol type as part of the flag set makes it harder
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 2 2019, 4:50 PM Closed by commit rL357548: [WebAssembly] Remove unneeded target operand flags (authored by sbc). · Explain WhyApr 2 2019, 5:17 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 193395 llvm/trunk/lib/Target/WebAssembly/MCTargetDesc/WebAssemblyMCTargetDesc.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyFrameLowering.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyISelLowering.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrInfo.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyLateEHPrepare.cpp
llvm/trunk/lib/Target/WebAssembly/WebAssemblyMCInstLower.h
llvm/trunk/lib/Target/WebAssembly/WebAssemblyMCInstLower.cpp
|