[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
Sat May 1 07:14:23 PDT 2021


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

Fixed  typo in test name.


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.342144.patch
Type: text/x-patch
Size: 4673 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210501/ad527219/attachment.bin>


More information about the llvm-commits mailing list