This simplifies the API and addresses a FIXME in
TwoAddressInstructionPass::convertInstTo3Addr.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110229
[TII] Remove the MFI argument to convertToThreeAddress. NFC. ClosedPublic Authored by foad on Sep 22 2021, 2:32 AM.
Details Summary This simplifies the API and addresses a FIXME in
Diff Detail
Event TimelineHerald added subscribers: mstorsjo, frasercrmck, kerbowa and 25 others. · View Herald TranscriptSep 22 2021, 2:32 AM foad added reviewers: asb, t.p.northover, tstellar, craig.topper, uweigand, stoklund.Sep 22 2021, 2:33 AM This revision is now accepted and ready to land.Sep 22 2021, 9:27 AM This revision was landed with ongoing or failed builds.Sep 23 2021, 12:58 AM Closed by commit rG6cef28ed2df1: [TII] Remove the MFI argument to convertToThreeAddress. NFC. (authored by foad). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374466 llvm/include/llvm/CodeGen/TargetInstrInfo.h
llvm/lib/CodeGen/TwoAddressInstructionPass.cpp
llvm/lib/Target/AMDGPU/SIFoldOperands.cpp
llvm/lib/Target/AMDGPU/SIInstrInfo.h
llvm/lib/Target/AMDGPU/SIInstrInfo.cpp
llvm/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/lib/Target/RISCV/RISCVInstrInfo.h
llvm/lib/Target/RISCV/RISCVInstrInfo.cpp
llvm/lib/Target/SystemZ/SystemZInstrInfo.h
llvm/lib/Target/SystemZ/SystemZInstrInfo.cpp
llvm/lib/Target/X86/X86FixupLEAs.cpp
llvm/lib/Target/X86/X86InstrInfo.h
llvm/lib/Target/X86/X86InstrInfo.cpp
|