21 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc -mcpu=zEC12 -o - %s | FileCheck %s3 4target triple = "s390x-ibm-linux"5 6define <2 x float> @pr32505(ptr %a) {7; CHECK-LABEL: pr32505:8; CHECK: # %bb.0:9; CHECK-NEXT: lbh %r0, 1(%r2)10; CHECK-NEXT: lbh %r1, 0(%r2)11; CHECK-NEXT: ldgr %f0, %r112; CHECK-NEXT: ldgr %f2, %r013; CHECK-NEXT: # kill: def $f0s killed $f0s killed $f0d14; CHECK-NEXT: # kill: def $f2s killed $f2s killed $f2d15; CHECK-NEXT: br %r1416 %L17 = load <2 x i8>, ptr %a17 %Se21 = sext <2 x i8> %L17 to <2 x i32>18 %BC = bitcast <2 x i32> %Se21 to <2 x float>19 ret <2 x float> %BC20}21