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

Andrew Lenharth alenhar2 at cs.uiuc.edu
Thu Apr 14 09:18:06 PDT 2005



Changes in directory llvm/test/Regression/CodeGen/Alpha:

zapnot2.ll added (r1.1)
---
Log message:

added a random and mask test

---
Diffs of the changes:  (+10 -0)

 zapnot2.ll |   10 ++++++++++
 1 files changed, 10 insertions(+)


Index: llvm/test/Regression/CodeGen/Alpha/zapnot2.ll
diff -c /dev/null llvm/test/Regression/CodeGen/Alpha/zapnot2.ll:1.1
*** /dev/null	Thu Apr 14 11:18:00 2005
--- llvm/test/Regression/CodeGen/Alpha/zapnot2.ll	Thu Apr 14 11:17:49 2005
***************
*** 0 ****
--- 1,10 ----
+ ; Make sure this testcase codegens to the zapnot instruction
+ ; RUN: llvm-as < %s | llc -march=alpha | grep 'zapnot'
+ 
+ implementation   ; Functions:
+ 
+ long %bar(long %x) {
+ entry:
+ 	%tmp.1 = and long %x, 255  		; <long> [#uses=1]
+ 	ret long %tmp.2
+ }






More information about the llvm-commits mailing list