mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-04-05 17:39:16 +00:00
Remove a duplicate pattern.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@29414 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
043eb829cc
commit
ca3202893c
@ -448,7 +448,6 @@ def SELECTBOOL : Pat<(select PR:$which, PR:$src1, PR:$src2), // note order!
|
||||
|
||||
// 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)>;
|
||||
def : Pat<(i1 -1), (CMPEQ r0, r0)>; // TODO: this should just be a ref to p0
|
||||
def : Pat<(i1 0), (CMPNE r0, r0)>; // TODO: any instruction actually *using*
|
||||
// this predicate should be killed!
|
||||
|
Loading…
x
Reference in New Issue
Block a user