forked from OSchip/llvm-project
[SystemZ] CodeGen/SystemZ/asm-18.ll run with -verify-machineinstrs
Relates to the fixes of r249811. llvm-svn: 249946
This commit is contained in:
parent
63a2b6862e
commit
28fa48de32
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue