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:
d1157dd
)
this passes now, due to Nate's recent efforts
author
Chris Lattner
<sabre@nondot.org>
Mon, 13 Feb 2006 07:26:36 +0000
(07:26 +0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 13 Feb 2006 07:26:36 +0000
(07:26 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26140
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/PowerPC/and-imm.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/PowerPC/and-imm.ll
b/test/CodeGen/PowerPC/and-imm.ll
index 3d5d08303ada46ad53c756d7e359975d5629c62f..09cc1a27a4ad4db61b9987300355e87f138471ee 100644
(file)
--- a/
test/CodeGen/PowerPC/and-imm.ll
+++ b/
test/CodeGen/PowerPC/and-imm.ll
@@
-1,5
+1,4
@@
; RUN: llvm-as < %s | llc -march=ppc32 | not grep 'ori\|lis'
-; XFAIL: *
int %test(int %X) {
%Y = and int %X, 32769 ; andi. r3, r3, 32769