[PATCH] D44871: [CodeGen] Fixed unreachable with -print-machineinstrs and custom pseudo source value
Francis Visoiu Mistrih via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Mar 24 13:47:08 PDT 2018
thegameg added reviewers: MatzeB, qcolombet, bogner.
thegameg accepted this revision.
thegameg added a comment.
This revision is now accepted and ready to land.
Thanks! I remember wanting to do this, I must have missed it, sorry.
It LGTM but it's missing a test case for `-print-machineinstrs` (no need for the whole thing, `-print-before` or `-print-after` should do it), so that we don't break this again in the future.
(adding some more reviewers which might be interested in this)
Repository:
rL LLVM
https://reviews.llvm.org/D44871
More information about the llvm-commits
mailing list