mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-01-19 20:34:38 +00:00
reenable these
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@32596 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
d22dbdf606
commit
d6032177f5
@ -1,8 +1,6 @@
|
||||
; 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,8 +1,6 @@
|
||||
; 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