[PATCH] D73953: [AArch64] Predictably disassemble system registers with the same encoding
Sander de Smalen via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Feb 5 03:42:21 PST 2020
sdesmalen added a subscriber: kmclaughlin.
sdesmalen added a comment.
FYI - @kmclaughlin sees a failure with `test/MC/Disassembler/AArch64/trace-regs.txt` when applying D73719 <https://reviews.llvm.org/D73719>, which is an otherwise totally unrelated patch; this patch seems to resolve the issue.
I like the suggestion by @ostannard to have an explicit workaround in AArch64InstPrinter instead, as we probably shouldn't rely on the order of definitions in the TableGen file to get the output we expect.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D73953/new/
https://reviews.llvm.org/D73953
More information about the llvm-commits
mailing list