[llvm] r249946 - [SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs

Jonas Paulsson via llvm-commits llvm-commits at lists.llvm.org
Sat Oct 10 00:20:24 PDT 2015


Author: jonpa
Date: Sat Oct 10 02:20:23 2015
New Revision: 249946

URL: http://llvm.org/viewvc/llvm-project?rev=249946&view=rev
Log:
[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs

Relates to the fixes of r249811.

Modified:
    llvm/trunk/test/CodeGen/SystemZ/asm-18.ll

Modified: llvm/trunk/test/CodeGen/SystemZ/asm-18.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/SystemZ/asm-18.ll?rev=249946&r1=249945&r2=249946&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/SystemZ/asm-18.ll (original)
+++ llvm/trunk/test/CodeGen/SystemZ/asm-18.ll Sat Oct 10 02:20:23 2015
@@ -1,7 +1,8 @@
 ; Test high-word operations, using "h" constraints to force a high
 ; register and "r" constraints to force a low register.
 ;
-; RUN: llc < %s -mtriple=s390x-linux-gnu -mcpu=z196 -no-integrated-as | FileCheck %s
+; RUN: llc < %s -verify-machineinstrs -mtriple=s390x-linux-gnu -mcpu=z196 \
+; RUN:   -no-integrated-as | FileCheck %s
 
 ; Test loads and stores involving mixtures of high and low registers.
 define void @f1(i32 *%ptr1, i32 *%ptr2) {




More information about the llvm-commits mailing list