[llvm] [RISCV] Put Large Code Model Constant Pools in .text (PR #151393)

Eli Friedman via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 31 09:52:38 PDT 2025


https://github.com/efriedma-quic commented:

I was sort of surprised to see target-independent changes here, but I guess the only target I can think of that embeds constant pools in the same section is 32-bit Arm, which doesn't use normal constant pool lowering.

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


More information about the llvm-commits mailing list