mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-02-11 11:34:02 +00:00
strengthen this test.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63222 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
f7eef6811c
commit
6c8e35fd97
@ -1,6 +1,5 @@
|
||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
|
||||
; RUN: not grep alloca
|
||||
; END.
|
||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
|
||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {load <4 x float>}
|
||||
|
||||
define void @test(<4 x float>* %F, float %f) {
|
||||
entry:
|
||||
|
Loading…
x
Reference in New Issue
Block a user