repo.or.cz
/
llvm-project.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Bump version to 19.1.0-rc3
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AVR
/
inline-asm
/
inline-asm2.ll
blob
74365b42c60e5ab89df18493deb10aca65d33f29
1
; RUN: llc < %s -march=avr -no-integrated-as | FileCheck %s
2
3
; CHECK-LABEL: foo
4
define void @foo(i16 %a) {
5
call void asm sideeffect "add $0, $0", "Z"(i16 %a) nounwind
6
ret void
7
}
8