[PATCH] D72396: [InstCombine] fold zext of masked bit set/clear

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 04:14:52 PDT 2021


spatel added a comment.

I think it is safe to try this again. It's been about 2 weeks since D101191 <https://reviews.llvm.org/D101191> landed, and the C++ repro program produces the expected output now.
The patch still applies cleanly, so no updates needed.
Can someone re-review / mark this as approved? Thanks!


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D72396/new/

https://reviews.llvm.org/D72396



More information about the llvm-commits mailing list