[PATCH] D123742: llvm-reduce: Inform MRI of used phys reg masks
Matthias Braun via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 15:55:05 PDT 2022
MatzeB added a comment.
In D123742#3450257 <https://reviews.llvm.org/D123742#3450257>, @MatzeB wrote:
>> I'm not sure how to directly observe this invisible cache for a test.
>
> Only thing I can think of is to have the `MachineVerifier` check.
Which on the other hand doesn't really work either, since this information seems to only exist after register rewriting; and I don't think the verifier has a notion of running before/after a pass like the rewriter...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D123742/new/
https://reviews.llvm.org/D123742
More information about the llvm-commits
mailing list