[llvm] Add a pass to convert jump tables to switches. (PR #77709)
David Li via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 11 11:59:11 PST 2024
david-xl wrote:
If the patch is intended as a size reduction optimization, it should be guarded under Os/Oz. Otherwise more performance data is needed. In particular performance with FDO (FDO does similar transformation but more selectively with value profile data.
https://github.com/llvm/llvm-project/pull/77709
More information about the llvm-commits
mailing list