forked from OSchip/llvm-project
[SystemZ] Temporarily disable codegen test int-add-12.ll.
This checks for AGSI transformation, which is temporarily disabled. llvm-svn: 268219
This commit is contained in:
parent
63dcba05b7
commit
1eb3486a7a
|
@ -130,7 +130,7 @@ define void @f10(i64 %base, i64 %index) {
|
|||
; Check that adding 127 to a spilled value can use AGSI.
|
||||
define void @f11(i64 *%ptr, i32 %sel) {
|
||||
; CHECK-LABEL: f11:
|
||||
; CHECK: agsi {{[0-9]+}}(%r15), 127
|
||||
; _CHECK: agsi {{[0-9]+}}(%r15), 127
|
||||
; CHECK: br %r14
|
||||
entry:
|
||||
%val0 = load volatile i64 , i64 *%ptr
|
||||
|
|
Loading…
Reference in New Issue