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
Fix part 1 of pr4682. PICADD is a 16-bit instruction even in thumb2 mode.
[llvm/avr.git]
/
test
/
CodeGen
/
SystemZ
/
02-RetAnd.ll
blob
b6ac5a1285894bd5b9b5642b351d4bccdc039952
1
; RUN: llvm-as < %s | llc -march=systemz
2
3
define i64 @foo(i64 %a, i64 %b) {
4
entry:
5
%c = and i64 %a, %b
6
ret i64 %c
7
}