[llvm-commits] [llvm] r138171 - /llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll

Chad Rosier mcrosier at apple.com
Fri Aug 19 17:34:45 PDT 2011


Author: mcrosier
Date: Fri Aug 19 19:34:45 2011
New Revision: 138171

URL: http://llvm.org/viewvc/llvm-project?rev=138171&view=rev
Log:
With the fix in r138164: "Add <imp-def> operands to QQ and QQQQ stack loads."
-verify-machineinstrs can be enabled for this test case.

Modified:
    llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll

Modified: llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll?rev=138171&r1=138170&r2=138171&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll (original)
+++ llvm/trunk/test/CodeGen/ARM/2011-08-12-vmovqqqq-pseudo.ll Fri Aug 19 19:34:45 2011
@@ -1,4 +1,4 @@
-; RUN: llc %s -mtriple=thumbv7-apple-darwin -mcpu=cortex-a9 -O0 -o -
+; RUN: llc %s -mtriple=thumbv7-apple-darwin -verify-machineinstrs -mcpu=cortex-a9 -O0 -o -
 ; Make sure that the VMOVQQQQ pseudo instruction is handled properly
 ; by codegen.
 





More information about the llvm-commits mailing list