Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only...
Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only the Z flag (i.e. eq and ne). Make ARMcmpZ commutative. llvm-svn: 74423
Showing
- llvm/lib/Target/ARM/ARMISelLowering.cpp 3 additions, 5 deletionsllvm/lib/Target/ARM/ARMISelLowering.cpp
- llvm/lib/Target/ARM/ARMISelLowering.h 1 addition, 1 deletionllvm/lib/Target/ARM/ARMISelLowering.h
- llvm/lib/Target/ARM/ARMInstrInfo.td 9 additions, 9 deletionsllvm/lib/Target/ARM/ARMInstrInfo.td
- llvm/lib/Target/ARM/ARMInstrThumb.td 10 additions, 10 deletionsllvm/lib/Target/ARM/ARMInstrThumb.td
- llvm/lib/Target/ARM/ARMInstrThumb2.td 5 additions, 5 deletionsllvm/lib/Target/ARM/ARMInstrThumb2.td
- llvm/test/CodeGen/Thumb2/thumb2-cmn.ll 25 additions, 0 deletionsllvm/test/CodeGen/Thumb2/thumb2-cmn.ll
Loading
Please register or sign in to comment