summaryrefslogtreecommitdiff
path: root/test/CodeGen/SystemZ
diff options
context:
space:
mode:
authorHal Finkel <hfinkel@anl.gov>2014-01-25 19:31:44 +0000
committerHal Finkel <hfinkel@anl.gov>2014-01-25 19:31:44 +0000
commitebf060c26f246d3507b2b973851438c3b17a8c76 (patch)
tree39084ee5c1d3e3aa7136b1caccbe3be25b321947 /test/CodeGen/SystemZ
parent397cd32bc2f5d7618b26af04da45b615a32d291f (diff)
downloadllvm-ebf060c26f246d3507b2b973851438c3b17a8c76.tar.gz
llvm-ebf060c26f246d3507b2b973851438c3b17a8c76.tar.bz2
llvm-ebf060c26f246d3507b2b973851438c3b17a8c76.tar.xz
XFAIL test/CodeGen/SystemZ/alias-01.ll which requires CodeGen TBAA
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@200094 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/SystemZ')
-rw-r--r--test/CodeGen/SystemZ/alias-01.ll3
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/alias-01.ll b/test/CodeGen/SystemZ/alias-01.ll
index 8839aade7a..dc904816d6 100644
--- a/test/CodeGen/SystemZ/alias-01.ll
+++ b/test/CodeGen/SystemZ/alias-01.ll
@@ -2,6 +2,9 @@
;
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
+; The use of TBAA in CodeGen has been temporarily disabled pending correctness fixes.
+; XFAIL: *
+
; Check that there are no spills.
define void @f1(<16 x i32> *%src1, <16 x float> *%dest) {
; CHECK-LABEL: f1: