[PATCH] D151540: [KnownBits] Add fast-path for shl with unknown shift amount

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 26 04:12:35 PDT 2023


nikic updated this revision to Diff 526022.
nikic added a comment.

Remove redundant handling for poison cases, use extractBitsAsZExtValue.


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

https://reviews.llvm.org/D151540

Files:
  llvm/lib/Support/KnownBits.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D151540.526022.patch
Type: text/x-patch
Size: 3796 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230526/658f15d2/attachment.bin>


More information about the llvm-commits mailing list