[llvm-commits] CVS: llvm/test/Regression/CodeGen/ARM/arm-asm.ll
Rafael Espindola
rafael.espindola at gmail.com
Tue Dec 5 09:37:45 PST 2006
Changes in directory llvm/test/Regression/CodeGen/ARM:
arm-asm.ll added (r1.1)
---
Log message:
add support for the "r" asm constraint
patch by Lauro Ramos Venancio
---
Diffs of the changes: (+7 -0)
arm-asm.ll | 7 +++++++
1 files changed, 7 insertions(+)
Index: llvm/test/Regression/CodeGen/ARM/arm-asm.ll
diff -c /dev/null llvm/test/Regression/CodeGen/ARM/arm-asm.ll:1.1
*** /dev/null Tue Dec 5 11:37:41 2006
--- llvm/test/Regression/CodeGen/ARM/arm-asm.ll Tue Dec 5 11:37:31 2006
***************
*** 0 ****
--- 1,7 ----
+ ; RUN: llvm-as < %s | llc -march=arm
+
+ void %frame_dummy() {
+ entry:
+ %tmp1 = tail call void (sbyte*)* (void (sbyte*)*)* asm "", "=r,0,~{dirflag},~{fpsr},~{flags}"( void (sbyte*)* null )
+ ret void
+ }
More information about the llvm-commits
mailing list