mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-06-26 23:24:34 +00:00
Tests: Be less dependent on a specific schedule/regalloc
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@192454 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
@ -5,11 +5,9 @@ define void @PR13378() nounwind {
|
||||
; This was orriginally a crasher trying to schedule the instructions.
|
||||
; CHECK-LABEL: PR13378:
|
||||
; CHECK: vld1.32
|
||||
; CHECK-NEXT: vst1.32
|
||||
; CHECK-NEXT: vst1.32
|
||||
; CHECK-NEXT: vmov.f32
|
||||
; CHECK-NEXT: vmov.f32
|
||||
; CHECK-NEXT: vst1.32
|
||||
; CHECK: vst1.32
|
||||
; CHECK: vst1.32
|
||||
; CHECK: vst1.32
|
||||
|
||||
entry:
|
||||
%0 = load <4 x float>* undef, align 4
|
||||
|
Reference in New Issue
Block a user