[llvm] [ConstantMerge] Only merge constant w/unnamed_addr (PR #124050)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 23 15:23:44 PST 2025


gulfemsavrun wrote:

I think the easier way to unblock this issue is to move `RelLookupTableConverterPass` after `ConstantMerge` in the LTO post-link pipeline as in https://github.com/llvm/llvm-project/pull/124053. Running this pass in LTO post-link step might also help this pass discover more opportunities.

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


More information about the llvm-commits mailing list