[llvm] [X86] Don't fold very large offsets into addr displacements during ISel (PR #121678)
Wesley Wiser via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 16 19:24:47 PST 2025
================
@@ -1852,7 +1852,10 @@ bool X86DAGToDAGISel::foldOffsetIntoAddress(uint64_t Offset,
if (Subtarget->isTarget64BitILP32() && !isUInt<31>(Val) &&
----------------
wesleywiser wrote:
Changed. The use of unsigned here (and the cast I've updated this to) is because of 8d520973b02b56fe75b9f916601dc1287a4cb17d.
https://github.com/llvm/llvm-project/pull/121678
More information about the llvm-commits
mailing list