[llvm] r222627 - R600/SI: Fix missing -verify-machineinstrs on a test

Matt Arsenault Matthew.Arsenault at amd.com
Sat Nov 22 18:57:47 PST 2014


Author: arsenm
Date: Sat Nov 22 20:57:47 2014
New Revision: 222627

URL: http://llvm.org/viewvc/llvm-project?rev=222627&view=rev
Log:
R600/SI: Fix missing -verify-machineinstrs on a test

Modified:
    llvm/trunk/test/CodeGen/R600/valu-i1.ll

Modified: llvm/trunk/test/CodeGen/R600/valu-i1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/R600/valu-i1.ll?rev=222627&r1=222626&r2=222627&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/R600/valu-i1.ll (original)
+++ llvm/trunk/test/CodeGen/R600/valu-i1.ll Sat Nov 22 20:57:47 2014
@@ -1,4 +1,4 @@
-; RUN: llc < %s -march=r600 -mcpu=SI | FileCheck --check-prefix=SI %s
+; RUN: llc -march=r600 -mcpu=SI -verify-machineinstrs < %s | FileCheck -check-prefix=SI %s
 
 ; Make sure the i1 values created by the cfg structurizer pass are
 ; moved using VALU instructions





More information about the llvm-commits mailing list