[ORC] Add std::tuple support to SimplePackedSerialization.
[llvm-project.git] / llvm / test / tools / llc / filetype-null-stop-after.ll
blob5be63a55b6483368341f4d70b701b6801d478c4c
1 ; -stop-after would normally dump MIR, but with -filetype=null as well check
2 ; there's no output at all.
3 ; RUN: llc -filetype=null -stop-after=finalize-isel -o - %s | count 0