mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-08-12 01:25:49 +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:
@@ -1,6 +1,5 @@
|
|||||||
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | \
|
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | not grep alloca
|
||||||
; RUN: not grep alloca
|
; RUN: llvm-as < %s | opt -scalarrepl | llvm-dis | grep {load <4 x float>}
|
||||||
; END.
|
|
||||||
|
|
||||||
define void @test(<4 x float>* %F, float %f) {
|
define void @test(<4 x float>* %F, float %f) {
|
||||||
entry:
|
entry:
|
||||||
|
Reference in New Issue
Block a user