[llvm] [X86] Don't fold offsets that are too closer to INT32_MIN in non-large code models (PR #98438)
James Y Knight via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 11 08:49:51 PDT 2024
jyknight wrote:
I don't think we should try to fix this. There's no way to know at compile time how far the referenced symbol will be from RIP, and thus how big an offset would be too big.
https://github.com/llvm/llvm-project/pull/98438
More information about the llvm-commits
mailing list