mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-28 06:27:16 +00:00
This works now
llvm-svn: 24150
This commit is contained in:
parent
e3897f6c24
commit
04749a46a0
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user