mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-15 23:31:37 +00:00
XFAIL this test until such time that code gen can handle a comparison of
packed types. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32863 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
ac4a1dd7fa
commit
1b7a880c98
@ -3,6 +3,7 @@
|
|||||||
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
; RUN: llvm-as < %s | llvm-dis > %t1.ll
|
||||||
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
; RUN: llvm-as %t1.ll -o - | llvm-dis > %t2.ll
|
||||||
; RUN: diff %t1.ll %t2.ll
|
; RUN: diff %t1.ll %t2.ll
|
||||||
|
; XFAIL: *
|
||||||
|
|
||||||
%ivec_type = type <4 x i8>
|
%ivec_type = type <4 x i8>
|
||||||
%ivec1 = constant %ivec_type < i8 1, i8 1, i8 1, i8 1 >
|
%ivec1 = constant %ivec_type < i8 1, i8 1, i8 1, i8 1 >
|
||||||
|
Loading…
x
Reference in New Issue
Block a user