mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-10 20:33:15 +00:00
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
This commit is contained in:
parent
397cd32bc2
commit
ebf060c26f
@ -2,6 +2,9 @@
|
|||||||
;
|
;
|
||||||
; RUN: llc < %s -mtriple=s390x-linux-gnu | FileCheck %s
|
; 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.
|
; Check that there are no spills.
|
||||||
define void @f1(<16 x i32> *%src1, <16 x float> *%dest) {
|
define void @f1(<16 x i32> *%src1, <16 x float> *%dest) {
|
||||||
; CHECK-LABEL: f1:
|
; CHECK-LABEL: f1:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user