[llvm-commits] CVS: llvm/test/CodeGen/Alpha/ctpop.ll

Reid Spencer reid at x10sys.com
Sun Apr 15 20:18:46 PDT 2007



Changes in directory llvm/test/CodeGen/Alpha:

ctpop.ll updated: 1.9 -> 1.10
---
Log message:

For PR1336: http://llvm.org/PR1336 :
Rename the intrinsic so this can be upgraded properly. It still fails with
an llc warning


---
Diffs of the changes:  (+2 -2)

 ctpop.ll |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)


Index: llvm/test/CodeGen/Alpha/ctpop.ll
diff -u llvm/test/CodeGen/Alpha/ctpop.ll:1.9 llvm/test/CodeGen/Alpha/ctpop.ll:1.10
--- llvm/test/CodeGen/Alpha/ctpop.ll:1.9	Sun Apr 15 18:00:46 2007
+++ llvm/test/CodeGen/Alpha/ctpop.ll	Sun Apr 15 22:18:25 2007
@@ -10,12 +10,12 @@
 ; RUN:   not grep -i 'ctpop'
 ; XFAIL: *
 
-declare long %llvm.ctpop(long)
+declare long %llvm.ctpop.i64(long)
 
 implementation   ; Functions:
 
 long %bar(long %x) {
 entry:
-	%tmp.1 = call long %llvm.ctpop( long %x ) 
+	%tmp.1 = call long %llvm.ctpop.i64( long %x ) 
 	ret long %tmp.1
 }






More information about the llvm-commits mailing list