brintos

brintos / llvm-project-archived public Read only

0
0
Text · 439 B · 06c1197 Raw
20 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass=hexagon-nvj %s -o - | FileCheck %s2 3# Check that we don't generate a new-value jump for a floating-point4# instruction.5# CHECK-NOT: J4_cmpgti_t_jumpnv_t6 7---8name: fred9tracksRegLiveness: true10body: |11  bb.0:12    liveins: $d013      $r0 = F2_conv_df2w_chop $d0, implicit $usr14      $p0 = C2_cmpgti $r0, 3015      J2_jumpt $p0, %bb.1, implicit-def $pc16  bb.1:17      J2_jumpr $r31, implicit-def $pc18...19 20