[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
Mon May 3 08:05:31 PDT 2021
This revision was automatically updated to reflect the committed changes.
Closed by commit rG27b651ca473b: [InstCombine] cttz(zext(x)) -> zext(cttz(x)) if the 'ZeroIsUndef' parameter is… (authored by xbolva00).
Repository:
rG LLVM Github Monorepo
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.342393.patch
Type: text/x-patch
Size: 4852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210503/50fdee03/attachment.bin>
More information about the llvm-commits
mailing list