mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-08 06:32:24 +00:00
xfail these until I recommit the scalarrepl patch
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32545 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
7eb7638276
commit
18c3e6524d
@ -1,6 +1,8 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast.*float.*int'
|
||||
|
||||
; XFAIL: *
|
||||
|
||||
int %test(float %X) {
|
||||
%X_addr = alloca float
|
||||
store float %X, float* %X_addr
|
||||
|
@ -1,6 +1,8 @@
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | not grep alloca &&
|
||||
; RUN: llvm-upgrade < %s | llvm-as | opt -scalarrepl | llvm-dis | grep 'bitcast'
|
||||
|
||||
; XFAIL: *
|
||||
|
||||
target endian = little
|
||||
|
||||
<4 x int> %test(<4 x float> %X) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user