[PATCH] D122485: [SimplifyCFG] Try to fold switch with single result value and power-of-2 cases to mask+select

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 09:11:27 PDT 2022


bcl5980 updated this revision to Diff 422889.
bcl5980 marked 7 inline comments as done.
bcl5980 added a comment.

update comments


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

https://reviews.llvm.org/D122485

Files:
  llvm/lib/Transforms/Utils/SimplifyCFG.cpp
  llvm/test/Transforms/SimplifyCFG/switch-to-select-two-case.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D122485.422889.patch
Type: text/x-patch
Size: 9439 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220414/3e639004/attachment.bin>


More information about the llvm-commits mailing list