You've already forked linux-packaging-mono
Imported Upstream version 5.18.0.167
Former-commit-id: 289509151e0fee68a1b591a20c9f109c3c789d3a
This commit is contained in:
parent
e19d552987
commit
b084638f15
22
external/llvm/test/CodeGen/ARM/twoaddrinstr.ll
vendored
22
external/llvm/test/CodeGen/ARM/twoaddrinstr.ll
vendored
@ -1,22 +0,0 @@
|
||||
; Tests for the two-address instruction pass.
|
||||
; RUN: llc -mtriple=arm-eabi -mcpu=cortex-a9 -arm-atomic-cfg-tidy=0 %s -o - | FileCheck %s
|
||||
|
||||
define void @PR13378() nounwind {
|
||||
; This was orriginally a crasher trying to schedule the instructions.
|
||||
; CHECK-LABEL: PR13378:
|
||||
; CHECK: vld1.32
|
||||
; CHECK-NEXT: vmov.i32
|
||||
; CHECK-NEXT: vst1.32
|
||||
; CHECK-NEXT: vst1.32
|
||||
; CHECK-NEXT: vmov.f32
|
||||
; CHECK-NEXT: vmov.f32
|
||||
; CHECK-NEXT: vst1.32
|
||||
|
||||
entry:
|
||||
%0 = load <4 x float>, <4 x float>* undef, align 4
|
||||
store <4 x float> zeroinitializer, <4 x float>* undef, align 4
|
||||
store <4 x float> %0, <4 x float>* undef, align 4
|
||||
%1 = insertelement <4 x float> %0, float 1.000000e+00, i32 3
|
||||
store <4 x float> %1, <4 x float>* undef, align 4
|
||||
unreachable
|
||||
}
|
Reference in New Issue
Block a user