[PATCH] D127112: llvm-reduce: Don't set generic instruction operands to undef
Matt Arsenault via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 6 10:09:31 PDT 2022
arsenm added a comment.
In D127112#3560654 <https://reviews.llvm.org/D127112#3560654>, @paquette wrote:
> I think this seems reasonable, but if this is a problem with the verifier, why not fix it there? Or would that not work?
The verifier problem is separate. The verifier is too lenient. This is following the stricter standard the verifier should enforce
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127112/new/
https://reviews.llvm.org/D127112
More information about the llvm-commits
mailing list