[llvm-commits] CVS: llvm/test/Regression/CodeGen/Alpha/zapnot.ll
Andrew Lenharth
alenhar2 at cs.uiuc.edu
Wed Apr 13 06:00:33 PDT 2005
Changes in directory llvm/test/Regression/CodeGen/Alpha:
zapnot.ll added (r1.1)
---
Log message:
check that casts still use zap
---
Diffs of the changes: (+11 -0)
zapnot.ll | 11 +++++++++++
1 files changed, 11 insertions(+)
Index: llvm/test/Regression/CodeGen/Alpha/zapnot.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Alpha/zapnot.ll:1.1
*** /dev/null Wed Apr 13 08:00:27 2005
--- llvm/test/Regression/CodeGen/Alpha/zapnot.ll Wed Apr 13 08:00:16 2005
***************
*** 0 ****
--- 1,11 ----
+ ; Make sure this testcase codegens to the bic instruction
+ ; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
+
+ implementation ; Functions:
+
+ ushort %foo(long %y) {
+ entry:
+ %tmp.1 = cast long %y to ushort ; <ushort> [#uses=1]
+ ret ushort %tmp.1
+ }
+
More information about the llvm-commits
mailing list