diff options
Diffstat (limited to 'test/CodeGen/SystemZ/alias-01.ll')
-rw-r--r-- | test/CodeGen/SystemZ/alias-01.ll | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/CodeGen/SystemZ/alias-01.ll b/test/CodeGen/SystemZ/alias-01.ll index 8839aad..dc90481 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: |