[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:20:54 PST 2024


david-xl wrote:

For the small example you have, I noticed that using libstdc++ produces clean code. Is the root cause of the size increase with std::variant in libc++'s implementation? 

https://github.com/llvm/llvm-project/pull/77709


More information about the llvm-commits mailing list