[PATCH] D36152: [ARM] Add registers to debuginfo MIR test cases.

Matthias Braun via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 1 09:04:14 PDT 2017


MatzeB accepted this revision.
MatzeB added a comment.
This revision is now accepted and ready to land.

BTW: mir has a feature nowadays, where you can say `%0 : gprnopc` the first time a vreg is used instead of declaring it in the registers list. Unfortunately the dumper doesn't know about it yet. You may want to switch to that style, though this is fine too.


https://reviews.llvm.org/D36152





More information about the llvm-commits mailing list