[PATCH] D122485: [SimplifyCFG] Fold mutil cases to And mask

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 08:43:20 PDT 2022


spatel added a comment.

I have not stepped through the logic in "ConvertTwoCaseSwitch" in detail, but this seems to be on the right track.
We need to update function names and code comments for the more general transform now, so we should clean this set of functions up as much as possible before this patch. See if this makes sense:
D123614 <https://reviews.llvm.org/D123614>


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

https://reviews.llvm.org/D122485



More information about the llvm-commits mailing list