18 lines · plain
1# RUN: llc -mtriple=hexagon -run-pass hexagon-rdf-opt -o - %s | FileCheck %s2 3# Check that EH_LABELs are not removed as dead (since they are no longer4# marked as having side-effects):5# CHECK-LABEL: fred6# CHECK: EH_LABEL7 8---9name: fred10tracksRegLiveness: true11 12body: |13 bb.0:14 $r0 = A2_tfrsi 015 EH_LABEL 016...17 18