repo.or.cz
/
llvm-core.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Revert 374373: [Codegen] Alter the default promotion for saturating adds and subs
[llvm-core.git]
/
test
/
CodeGen
/
AArch64
/
inline-asm-clobber.ll
blob
028cf0b6db1251227c1662a2be33d3e2e8ccf792
1
; RUN: llc <%s -mtriple=aarch64-none-eabi 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
}