[PATCH] [ARM] Mark a bunch of .td Operands with type _MEMORY.
Quentin Colombet
qcolombet at apple.com
Thu Apr 2 17:02:43 PDT 2015
================
Comment at: lib/Target/ARM/ARMInstrInfo.td:837
@@ -833,2 +836,3 @@
let MIOperandInfo = (ops i32imm);
+ let OperandType = "OPERAND_MEMORY";
}
----------------
What is the rational behind the non-consistent uses of MemOperand and let OperandType = “OPERAND_MEMORY"?
http://reviews.llvm.org/D8620
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list