1# RUN: not --crash llc -mtriple=amdgcn-amd-amdhsa -run-pass=none -verify-machineinstrs %s -o /dev/null 2>&1 | FileCheck %s 2 3--- 4name: noconvergent_invalid 5registers: 6body: | 7 bb.0: 8 ; CHECK: NoConvergent flag expected only on convergent instructions. 9 %2:sreg_32 = IMPLICIT_DEF 10 %3:sreg_32 = noconvergent S_ADD_I32 %2, 1, implicit-def $scc 11... 12