projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
be7a2ff
)
Teach the x86 backend about the register constraints of its addressing mode.
author
Chris Lattner
<sabre@nondot.org>
Sat, 19 Nov 2005 07:01:30 +0000
(07:01 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Sat, 19 Nov 2005 07:01:30 +0000
(07:01 +0000)
Patch by Evan Cheng
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24423
91177308
-0d34-0410-b5e6-
96231b3b80d8
lib/Target/X86/X86InstrInfo.td
patch
|
blob
|
history
diff --git
a/lib/Target/X86/X86InstrInfo.td
b/lib/Target/X86/X86InstrInfo.td
index 1bb2fecbb828fe48543d6811d08d64753aadaca3..40b2481ab4ac35e1fa69cc381397fe57173320e3 100644
(file)
--- a/
lib/Target/X86/X86InstrInfo.td
+++ b/
lib/Target/X86/X86InstrInfo.td
@@
-17,8
+17,9
@@
//
class X86MemOperand<ValueType Ty> : Operand<Ty> {
- let NumMIOperands = 4;
let PrintMethod = "printMemoryOperand";
+ let NumMIOperands = 4;
+ let MIOperandInfo = (ops R32, i8imm, R32, i32imm);
}
def SSECC : Operand<i8> {
let PrintMethod = "printSSECC";