brintos

brintos / llvm-project-archived public Read only

0
0
Text · 901 B · 6d4061f Raw
27 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mtriple=aarch64 %s -o - | FileCheck %s3 4define void @convert_v3f32() {5; CHECK-LABEL: convert_v3f32:6; CHECK:       // %bb.0: // %entry7; CHECK-NEXT:    sub sp, sp, #168; CHECK-NEXT:    .cfi_def_cfa_offset 169; CHECK-NEXT:    str wzr, [sp, #12]10; CHECK-NEXT:    ldr s0, [sp, #12]11; CHECK-NEXT:    strb wzr, [x8]12; CHECK-NEXT:    ushll v0.4s, v0.4h, #013; CHECK-NEXT:    str h0, [x8]14; CHECK-NEXT:    add sp, sp, #1615; CHECK-NEXT:    ret16entry:17  br label %bb18 19bb:20  %0 = shufflevector <4 x float> zeroinitializer, <4 x float> undef, <3 x i32> <i32 0, i32 1, i32 2>21  %1 = fmul reassoc nnan ninf nsz contract afn <3 x float> %0, <float 2.550000e+02, float 2.550000e+02, float 2.550000e+02>22  %2 = fptoui <3 x float> %1 to <3 x i8>23  %3 = bitcast ptr undef to ptr24  store <3 x i8> %2, ptr %3, align 125  ret void26}27