brintos

brintos / llvm-project-archived public Read only

0
0
Text · 310 B · 1677a7b Raw
12 lines · plain
1; NOTE: Assertions have been autogenerated by utils/update_llc_test_checks.py2; RUN: llc < %s -mtriple=aarch64 | FileCheck %s3 4define <1 x float> @f(<16 x i64> %0, <1 x float> %1) {5; CHECK-LABEL: f:6; CHECK:       // %bb.0: // %BB7; CHECK-NEXT:    ldr d0, [sp]8; CHECK-NEXT:    ret9BB:10  ret <1 x float> %111}12