[all-commits] [llvm/llvm-project] 30b141: [X86] Fix the incorrect displacement for prolog/ep...

Luo, Yuanke via All-commits all-commits at lists.llvm.org
Sat Mar 25 00:57:07 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 30b141a3b9809da75a3d470b5d2f1d7656f7fc6a
      https://github.com/llvm/llvm-project/commit/30b141a3b9809da75a3d470b5d2f1d7656f7fc6a
  Author: Luo, Yuanke <yuanke.luo at intel.com>
  Date:   2023-03-25 (Sat, 25 Mar 2023)

  Changed paths:
    M llvm/lib/Target/X86/X86FrameLowering.cpp
    M llvm/test/CodeGen/X86/i386-baseptr.ll
    M llvm/test/CodeGen/X86/x86-64-baseptr.ll

  Log Message:
  -----------
  [X86] Fix the incorrect displacement for prolog/epilog

The bug is introduced in rGe4ceb5a7bb9b which set the wrong offset from
the stack base. This patch is to fix the bug.

Differential Revision: https://reviews.llvm.org/D146862




More information about the All-commits mailing list