repo.or.cz
/
llvm
/
avr.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Change tests from "opt %s" to "opt < %s" so that opt doesn't see the
[llvm/avr.git]
/
test
/
CodeGen
/
Alpha
/
zapnot2.ll
blob
cd3caae41d5aa2336d36c1a34972f97949b9f156
1
; Make sure this testcase codegens to the zapnot instruction
2
; RUN: llc < %s -march=alpha | grep zapnot
3
4
define i64 @bar(i64 %x) {
5
entry:
6
%tmp.1 = and i64 %x, 16711935 ; <i64> [#uses=1]
7
ret i64 %tmp.1
8
}
9