[PATCH] D122616: RegAlloc: Fix verifier error after failed allocation
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 13 11:21:45 PDT 2022
qcolombet added a comment.
Hi @arsenm,
The patch itself looks good but I wonder if we could maybe take a simpler road:
Could we assign register zero (`noreg`) to this failed vreg?
Cheers,
-Quentin
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D122616/new/
https://reviews.llvm.org/D122616
More information about the llvm-commits
mailing list