13 lines · plain
1# RUN: llc -run-pass none -o - %s | FileCheck %s2# This test ensures that the MIR parser parses bfloat immediates correctly.3 4---5name: bfloat_immediates6body: |7 bb.0:8 ; CHECK: %0:_(s16) = G_FCONSTANT bfloat 0xR3E809 ; CHECK: %1:_(s16) = G_FCONSTANT bfloat 0xR3E8010 %0:_(s16) = G_FCONSTANT bfloat 0xR3E8011 %1:_(s16) = G_FCONSTANT bfloat 0.2512...13