Files
clang-p2996/llvm/test/CodeGen/ARM
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
..
2020-01-07 16:51:11 +00:00
2020-06-18 17:26:24 +01:00
2020-02-24 14:19:21 +00:00
2020-05-14 16:46:16 +01:00
2020-07-16 11:25:53 +01:00
2020-07-16 11:25:53 +01:00
2019-10-08 08:25:42 +00:00
2020-04-09 10:36:00 +01:00
2019-12-12 13:51:39 +00:00
2020-03-31 10:11:36 +01:00
2019-10-08 16:16:26 +00:00
2020-02-20 13:54:43 +00:00
2020-01-21 10:40:17 +00:00
2020-07-16 11:25:53 +01:00
2019-10-08 08:25:42 +00:00
2019-11-04 13:37:01 +00:00
2019-10-08 08:25:42 +00:00
2020-07-16 11:25:53 +01:00