[NFC][RemoveDIs] Prefer iterators over inst-pointers in InstCombine
[llvm-project.git] / llvm / test / tools / llc / filetype-null-stop-after.ll
blob4b453f52aa6b77cc544ca88adf03ca54df716d80
1 ; -stop-after would normally dump MIR, but with -filetype=null as well check
2 ; there's no output at all.
3 ; REQUIRES: default_triple
4 ; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0