[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctlz_e.ll
Reid Spencer
reid at x10sys.com
Sun Apr 15 20:20:42 PDT 2007
Changes in directory llvm/test/CodeGen/Alpha:
ctlz_e.ll updated: 1.4 -> 1.5
---
Log message:
Fix an intrinsic name.
---
Diffs of the changes: (+2 -3)
ctlz_e.ll | 5 ++---
1 files changed, 2 insertions(+), 3 deletions(-)
Index: llvm/test/CodeGen/Alpha/ctlz_e.ll
diff -u llvm/test/CodeGen/Alpha/ctlz_e.ll:1.4 llvm/test/CodeGen/Alpha/ctlz_e.ll:1.5
--- llvm/test/CodeGen/Alpha/ctlz_e.ll:1.4 Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Alpha/ctlz_e.ll Sun Apr 15 22:20:22 2007
@@ -1,13 +1,12 @@
; Make sure this testcase does not use ctpop
; RUN: llvm-upgrade < %s | llvm-as | llc -march=alpha | not grep -i ctpop
-; XFAIL: *
-declare ulong %llvm.ctlz(ulong)
+declare ulong %llvm.ctlz.i64(ulong)
implementation ; Functions:
ulong %bar(ulong %x) {
entry:
- %tmp.1 = call ulong %llvm.ctlz( ulong %x )
+ %tmp.1 = call ulong %llvm.ctlz.i64( ulong %x )
ret ulong %tmp.1
}
More information about the llvm-commits
mailing list