16 lines · plain
1# RUN: not --crash llc -mtriple=amdgcn -run-pass=none -verify-machineinstrs -filetype=null %s 2>&1 | FileCheck %s2---3name: mixed24body: |5 bb.0:6 %0:sgpr_64 = IMPLICIT_DEF7 %1:sgpr_64 = SI_CALL %0, 18 ; CHECK: Cannot mix controlled and uncontrolled convergence in the same function.9 ; CHECK: CONVERGENCECTRL_ANCHOR10 %2:sgpr_64 = CONVERGENCECTRL_ANCHOR11 ; CHECK: Cannot mix controlled and uncontrolled convergence in the same function.12 ; CHECK: SI_CALL %{{[0-9]}}:sgpr_64, 213 %3:sgpr_64 = SI_CALL %0, 2, implicit %2:sgpr_6414 15...16