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

chenglin.bi via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 12 08:54:41 PDT 2022


bcl5980 added a comment.

In D122485#3445834 <https://reviews.llvm.org/D122485#3445834>, @spatel wrote:

> 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>

OK, I will rebase after D123614 <https://reviews.llvm.org/D123614> land.


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

https://reviews.llvm.org/D122485



More information about the llvm-commits mailing list