Other than the removal/modification of the relevant instructions/patterns,
we had to teach SimplifySetCC() about the folding of any (zext (trunc ...))
operand when comparing with a constant integer value.
Depends on D16220.
Paths
| Differential D16221
[mips] Promote SETCC operands to i64 for 64-bit ISAs. AbandonedPublic Authored by vkalintiris on Jan 15 2016, 7:23 AM.
Details
Diff Detail Event Timelinevkalintiris updated this object. vkalintiris added a parent revision: D16220: [mips] Fix RetCC_MipsN to promote types smaller than i64 to GPR-width.. vkalintiris added a child revision: D16290: [mips] Optimize materialization of i64 constants..Jan 18 2016, 4:23 AM
Revision Contents
Diff 44986 lib/CodeGen/SelectionDAG/TargetLowering.cpp
lib/Target/Mips/Mips32r6InstrInfo.td
lib/Target/Mips/Mips64InstrInfo.td
lib/Target/Mips/Mips64r6InstrInfo.td
lib/Target/Mips/MipsCondMov.td
lib/Target/Mips/MipsSEISelLowering.cpp
test/CodeGen/Mips/atomic.ll
test/CodeGen/Mips/cmov.ll
test/CodeGen/Mips/llvm-ir/lshr.ll
test/CodeGen/Mips/mips64-f128.ll
test/CodeGen/Mips/select.ll
test/CodeGen/Mips/zeroreg.ll
|