[PATCH] D57243: GlobalISel: Allow bitcount ops to have different result type
Quentin Colombet via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 5 11:04:57 PST 2019
qcolombet added a comment.
> Though it's worth pointing out that none of those currently build a description of what it wants to do like the legalizer currently does, they just make the change straightaway when the rules match. Removing in LegalizationAction in favour of just making the change brings the legalizer closer to the others.
Agree. This kind of mode would only be used for debug purposes anyway (like with expensive_checks).
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57243/new/
https://reviews.llvm.org/D57243
More information about the llvm-commits
mailing list