[llvm] [AsmPrinter] Link .section_sizes to the correct section (PR #135583)
Sergei Barannikov via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 14 00:45:01 PDT 2025
s-barannikov wrote:
It's so hard to write a test with jump tables for AArch64. Everything I try is optimized out. I even tried 16 prime numbers for the switch cases and the switch is still optimized out 😖
I guess it's not worth the effort for this simple change.
https://github.com/llvm/llvm-project/pull/135583
More information about the llvm-commits
mailing list