view test/CodeGen/Hexagon/newvaluejump-float.mir @ 146:3fc4d5c3e21e

set tail call flag for code segment in CGCAll
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Sun, 23 Dec 2018 19:23:36 +0900
parents 3a76565eade5
children
line wrap: on
line source

# RUN: llc -march=hexagon -run-pass=hexagon-nvj %s -o - | FileCheck %s

# Check that we don't generate a new-value jump for a floating-point
# instruction.
# CHECK-NOT: J4_cmpgti_t_jumpnv_t

---
name: fred
tracksRegLiveness: true
body: |
  bb.0:
    liveins: $d0
      $r0 = F2_conv_df2w_chop $d0, implicit $usr
      $p0 = C2_cmpgti $r0, 30
      J2_jumpt $p0, %bb.1, implicit-def $pc
  bb.1:
      J2_jumpr $r31, implicit-def $pc
...