llvm-project/llvm/test/DebugInfo/WebAssembly
Yuanfang Chen 589c646a7e [llc] (almost) remove `--print-machineinstrs`
Its effect could be achieved by
`-stop-after`,`-print-after`,`-print-after-all`. But a few tests need to
print MIR after ISel which could not be done with
`-print-after`/`-stop-after` since isel pass does not have commandline name.
That's the reason `--print-machineinstrs` is downgraded to
`--print-after-isel` in this patch. `--print-after-isel` could be
removed after we switch to new pass manager since isel pass would have a
commandline text name to use `print-after` or equivalent switches.

The motivation of this patch is to reduce tests dependency on
would-be-deprecated feature.

Reviewed By: arsenm, dsanders

Differential Revision: https://reviews.llvm.org/D83275
2020-07-20 10:43:28 -07:00
..
dbg-declare.ll
dbg-loop-loc.ll Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"="none" as cleanups after D56351 2019-12-24 16:27:51 -08:00
dbg-value-dwarfdump.ll [WebAssembly] Add int32 DW_OP_WASM_location variant 2020-04-16 16:32:17 -07:00
dbg-value-live-interval.ll [llc] (almost) remove `--print-machineinstrs` 2020-07-20 10:43:28 -07:00
dbg-value-move-2.ll [llc] (almost) remove `--print-machineinstrs` 2020-07-20 10:43:28 -07:00
dbg-value-move-clone.mir [WebAssembly] Replace all calls with generalized multivalue calls 2020-02-18 15:55:20 -08:00
dbg-value-move-reg-stackify.mir [WebAssembly] Replace all calls with generalized multivalue calls 2020-02-18 15:55:20 -08:00
dbg-value-move.ll [llc] (almost) remove `--print-machineinstrs` 2020-07-20 10:43:28 -07:00
dbg-value-ti.ll [WebAssembly] fixed target index strings in DebugInfo test 2020-04-16 17:11:14 -07:00
lit.local.cfg