[PATCH] D103205: [MIRPrinter] Add machine metadata support.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 15 07:44:15 PDT 2021
hliao added a comment.
In D103205#2811695 <https://reviews.llvm.org/D103205#2811695>, @arsenm wrote:
> Needs standalone MIR tests (i.e. round trip tests not bundled in a unit test)
>
> Also I would like to see some tests where there are inconsistencies between the metadata present in the IR section, and the explicit metadata in the MIR
round-trip needs parser support (under review @ https://reviews.llvm.org/D103282), where cases with mixed metadata are also included. Shall we merge them into one?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D103205/new/
https://reviews.llvm.org/D103205
More information about the llvm-commits
mailing list