[PATCH] D72396: [InstCombine] fold zext of masked bit set/clear
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Aug 12 12:20:51 PDT 2020
spatel added a comment.
In D72396#2213671 <https://reviews.llvm.org/D72396#2213671>, @xbolva00 wrote:
> What is status of this patch?
We need to remove the unsafe select transforms and see if anything regresses. Then, add transforms to avoid those regressions. When there are no more known regressions after removing the select transforms, this patch should be good to go.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D72396/new/
https://reviews.llvm.org/D72396
More information about the llvm-commits
mailing list