[PATCH] D101582: [InstCombine] cttz(zext(x)) -> zext(cttz(x)) if the 'ZeroIsUndef' parameter is 'true' (PR50172)

Dávid Bolvanský via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 30 16:08:13 PDT 2021


xbolva00 updated this revision to Diff 342077.
xbolva00 added a comment.

Precommited tests. Rebased.


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

https://reviews.llvm.org/D101582

Files:
  llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
  llvm/test/Transforms/InstCombine/cttz.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D101582.342077.patch
Type: text/x-patch
Size: 4673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210430/e0a8a0f0/attachment.bin>


More information about the llvm-commits mailing list