[PATCH] D30774: [SimplifyCFG] Merging duplicated basic blocks

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 10 02:51:16 PST 2021


inouehrs added a comment.

Originally, this patch is for helping another optimization (https://reviews.llvm.org/D30900). But potentially, removing duplication may affect other optimizations in general.
If you have a strong example to push this optimization, I think it is reasonable to submit a new patch with the description on how it improve the code with a large switch.


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

https://reviews.llvm.org/D30774



More information about the llvm-commits mailing list