brintos

brintos / llvm-project-archived public Read only

0
0
Text · 229 B · 666b777 Raw
9 lines · plain
1; RUN: llc <%s -mtriple=aarch64 2>&1  | FileCheck %s2 3; CHECK: warning: inline asm clobber list contains reserved registers: SP4 5define void @foo() nounwind {6  call void asm sideeffect "mov x7, #1", "~{x7},~{sp}"()7  ret void8}9