diff options
author | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-05-02 10:42:47 +0000 |
---|---|---|
committer | Jonas Paulsson <paulsson@linux.vnet.ibm.com> | 2016-05-02 10:42:47 +0000 |
commit | 1eb3486a7af2171f40cd22434961defcd2d8827c (patch) | |
tree | f6f48e5c87af69770cf31942f00ecfac4856c02f | |
parent | 63dcba05b78e250595f7c45a29858f24b35ba82b (diff) | |
download | bcm5719-llvm-1eb3486a7af2171f40cd22434961defcd2d8827c.tar.gz bcm5719-llvm-1eb3486a7af2171f40cd22434961defcd2d8827c.zip |
[SystemZ] Temporarily disable codegen test int-add-12.ll.
This checks for AGSI transformation, which is temporarily disabled.
llvm-svn: 268219
-rw-r--r-- | llvm/test/CodeGen/SystemZ/int-add-12.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/SystemZ/int-add-12.ll b/llvm/test/CodeGen/SystemZ/int-add-12.ll index 496650f435c..96273a6692b 100644 --- a/llvm/test/CodeGen/SystemZ/int-add-12.ll +++ b/llvm/test/CodeGen/SystemZ/int-add-12.ll @@ -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 |