mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2024-11-06 21:05:51 +00:00
a083988c8a
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@104004 91177308-0d34-0410-b5e6-96231b3b80d8
18 lines
712 B
LLVM
18 lines
712 B
LLVM
; RUN: llc < %s -mtriple=armv7-eabi -mcpu=cortex-a8
|
|
; PR7158
|
|
|
|
define arm_aapcs_vfpcc i32 @main() nounwind {
|
|
bb.nph55.bb.nph55.split_crit_edge:
|
|
br label %bb3
|
|
|
|
bb3: ; preds = %bb3, %bb.nph55.bb.nph55.split_crit_edge
|
|
br i1 undef, label %bb.i19, label %bb3
|
|
|
|
bb.i19: ; preds = %bb.i19, %bb3
|
|
%0 = insertelement <4 x float> undef, float undef, i32 3 ; <<4 x float>> [#uses=3]
|
|
%1 = fmul <4 x float> %0, %0 ; <<4 x float>> [#uses=1]
|
|
%2 = bitcast <4 x float> %1 to <2 x double> ; <<2 x double>> [#uses=0]
|
|
%3 = fmul <4 x float> %0, undef ; <<4 x float>> [#uses=0]
|
|
br label %bb.i19
|
|
}
|