[PATCH] D127971: [MachinePipeliner] Handle failing constrainRegClass
Brendon Cahoon via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jun 16 16:17:41 PDT 2022
bcahoon accepted this revision.
bcahoon added a comment.
Thanks for making this change. It's an interesting case. We handled a related issue, with subregisters, by adding code to preprocessPhiNodes to create copies. I don't have a problem with approach in this patch. There may be other cases in this code that need a similar change? Not sure...
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127971/new/
https://reviews.llvm.org/D127971
More information about the llvm-commits
mailing list