mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
added a random and mask test
llvm-svn: 21301
This commit is contained in:
parent
0c40c548c0
commit
41c4b9c268
10
test/Regression/CodeGen/Alpha/zapnot2.ll
Normal file
10
test/Regression/CodeGen/Alpha/zapnot2.ll
Normal file
@ -0,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
|
||||
}
|
Loading…
Reference in New Issue
Block a user