[llvm] [X86] Don't fold very large offsets into addr displacements during ISel (PR #121678)
Phoebe Wang via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 13 19:25:00 PST 2025
================
@@ -1852,7 +1852,10 @@ bool X86DAGToDAGISel::foldOffsetIntoAddress(uint64_t Offset,
if (Subtarget->isTarget64BitILP32() && !isUInt<31>(Val) &&
----------------
phoebewang wrote:
Change this to `isDispSafeForFrameIndexOrRegBase` too?
https://github.com/llvm/llvm-project/pull/121678
More information about the llvm-commits
mailing list