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
[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git]
/
llvm
/
test
/
CodeGen
/
AArch64
/
inline-asm-clobber.ll
blob
666b7774757aef4e3367177f7c68441fe2f4a269
1
; RUN: llc <%s -mtriple=aarch64 2>&1 | FileCheck %s
2
3
; CHECK: warning: inline asm clobber list contains reserved registers: SP
4
5
define void @foo() nounwind {
6
call void asm sideeffect "mov x7, #1", "~{x7},~{sp}"()
7
ret void
8
}