Replace all uses of AddDefaultCC with add(condCodeOp()).
The transformation has been done automatically with a custom tool based on Clang
AST Matchers + RefactoringTool.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D28557
[ARM] CodeGen: Remove AddDefaultCC ClosedPublic Authored by rovka on Jan 11 2017, 4:35 AM.
Details Summary Replace all uses of AddDefaultCC with add(condCodeOp()).
Diff Detail
Event Timelinerovka updated this object. This revision is now accepted and ready to land.Jan 11 2017, 9:29 AM Closed by commit rL291893: [ARM] CodeGen: Remove AddDefaultCC. NFC. (authored by rovka). · Explain WhyJan 13 2017, 2:29 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 84264 llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.h
llvm/trunk/lib/Target/ARM/ARMBaseInstrInfo.cpp
llvm/trunk/lib/Target/ARM/ARMBaseRegisterInfo.cpp
llvm/trunk/lib/Target/ARM/ARMExpandPseudoInsts.cpp
llvm/trunk/lib/Target/ARM/ARMFastISel.cpp
llvm/trunk/lib/Target/ARM/ARMFrameLowering.cpp
llvm/trunk/lib/Target/ARM/ARMISelLowering.cpp
llvm/trunk/lib/Target/ARM/ARMInstructionSelector.cpp
llvm/trunk/lib/Target/ARM/Thumb2InstrInfo.cpp
|