[llvm-commits] [llvm] r156505 - /llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll

Danil Malyshev dmalyshev at accesssoftek.com
Wed May 9 12:07:04 PDT 2012


Author: danil
Date: Wed May  9 14:07:04 2012
New Revision: 156505

URL: http://llvm.org/viewvc/llvm-project?rev=156505&view=rev
Log:
Added a regress test for the bug #9964 before close it.
This bug was fixed by Jim Grosbach in #138879, thanks Jim!

Added:
    llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll

Added: llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll?rev=156505&view=auto
==============================================================================
--- llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll (added)
+++ llvm/trunk/test/CodeGen/Thumb2/inlineasm.ll Wed May  9 14:07:04 2012
@@ -0,0 +1,9 @@
+; RUN: llc < %s -filetype=obj
+
+target triple = "thumbv7-none--eabi"
+
+define void @t1() nounwind {
+entry:
+  call void asm sideeffect "mov r0, r1", ""() nounwind
+  ret void
+}





More information about the llvm-commits mailing list