[all-commits] [llvm/llvm-project] 41f430: [X86] Don't fold very large offsets into addr disp...

Wesley Wiser via All-commits all-commits at lists.llvm.org
Fri Jan 17 05:09:22 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 41f430a48db992477534b65b288b47d487c4797d
      https://github.com/llvm/llvm-project/commit/41f430a48db992477534b65b288b47d487c4797d
  Author: Wesley Wiser <wwiser at gmail.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    M llvm/lib/Target/X86/X86ISelDAGToDAG.cpp
    A llvm/test/CodeGen/X86/dag-large-offset.ll
    M llvm/test/CodeGen/X86/xor-lea.ll

  Log Message:
  -----------
  [X86] Don't fold very large offsets into addr displacements during ISel  (#121678)

Doing so can cause the resulting displacement after frame layout to
become inexpressible (or cause over/underflow currently during frame
layout).

Fixes the error reported in
https://github.com/llvm/llvm-project/pull/101840#issuecomment-2306975944.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list