Replace all uses of AddDefaultPred with MachineInstrBuilder::add(predOps()). The
transformation has been done mostly automatically with a custom tool based on
Clang AST Matchers + RefactoringTool.
Details
Details
Diff Detail
Diff Detail
Paths
| Differential D28555
[ARM] CodeGen: Remove AddDefaultPred ClosedPublic Authored by rovka on Jan 11 2017, 4:32 AM.
Details Summary Replace all uses of AddDefaultPred with MachineInstrBuilder::add(predOps()). The
Diff Detail Event Timelinerovka updated this object. This revision is now accepted and ready to land.Jan 11 2017, 9:26 AM Closed by commit rL291890: [ARM] CodeGen: Remove AddDefaultPred. NFC. (authored by rovka). · Explain WhyJan 13 2017, 1:49 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 83957 lib/Target/ARM/A15SDOptimizer.cpp
lib/Target/ARM/ARMBaseInstrInfo.h
lib/Target/ARM/ARMBaseInstrInfo.cpp
lib/Target/ARM/ARMBaseRegisterInfo.cpp
lib/Target/ARM/ARMCallLowering.cpp
lib/Target/ARM/ARMExpandPseudoInsts.cpp
lib/Target/ARM/ARMFastISel.cpp
lib/Target/ARM/ARMFrameLowering.cpp
lib/Target/ARM/ARMISelLowering.cpp
lib/Target/ARM/ARMInstrInfo.cpp
lib/Target/ARM/ARMInstructionSelector.cpp
lib/Target/ARM/ARMLoadStoreOptimizer.cpp
lib/Target/ARM/Thumb1FrameLowering.cpp
lib/Target/ARM/Thumb1InstrInfo.cpp
lib/Target/ARM/Thumb2InstrInfo.cpp
lib/Target/ARM/Thumb2SizeReduction.cpp
lib/Target/ARM/ThumbRegisterInfo.cpp
|