[MachineOutliner] Refactor iterating over Candidate's instructions (#78972)
[llvm-project.git] / llvm / test / Assembler / 2003-05-21-MalformedShiftCrash.ll
bloba0dda4553c9aa05a33dd786cff92732237375c3e
1 ; Found by inspection of the code
2 ; RUN: not llvm-as < %s > /dev/null 2> %t
3 ; RUN: grep "constexpr requires integer or integer vector operands" %t
5 @0 = global i32 shl (float 1.0, float 2.0)