diff options
author | Chris Lattner <sabre@nondot.org> | 2005-11-02 06:49:37 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2005-11-02 06:49:37 +0000 |
commit | cb2583e17dd609a7ee2dbb5458489a76087136db (patch) | |
tree | a5c80cea76b935346554f7b5e01b81d20977825d | |
parent | 0614b628cf8245541f0f6842b2f024c5ba9a7967 (diff) |
This works now
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24150 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Target/IA64/IA64InstrInfo.td | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Target/IA64/IA64InstrInfo.td b/lib/Target/IA64/IA64InstrInfo.td index 9776421954..9bd8678478 100644 --- a/lib/Target/IA64/IA64InstrInfo.td +++ b/lib/Target/IA64/IA64InstrInfo.td @@ -360,8 +360,7 @@ def SELECTINT : Pat<(select PR:$which, GR:$src1, GR:$src2), // load constants of various sizes // FIXME: prettyprint -ve constants def : Pat<(i64 immSExt14:$imm), (ADDS r0, immSExt14:$imm)>; def : Pat<(i64 imm64:$imm), (MOVL imm64:$imm)>; -//FIXME: tablegen coughs on this next one: -//def : Pat<(i1 1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0 +def : Pat<(i1 1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0 // TODO: support postincrement (reg, imm9) loads+stores - this needs more // tablegen support |