[all-commits] [llvm/llvm-project] 793a34: Revert "[AArch64] Fix an immediate out of range fo...

Martin Storsjö via All-commits all-commits at lists.llvm.org
Tue Jul 18 08:24:18 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 793a349e6f16888476cd365f7f958652347f4569
      https://github.com/llvm/llvm-project/commit/793a349e6f16888476cd365f7f958652347f4569
  Author: Martin Storsjö <martin at martin.st>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/test/CodeGen/AArch64/win-align-chkstk.ll

  Log Message:
  -----------
  Revert "[AArch64] Fix an immediate out of range for large realignments on Windows"

This reverts commit b1d0bc0f4395c69097bc11b6ba8f821f621272a9.

Builds with expensive checks show that 'sp' isn't a valid register
in ADDXrr - an object file built without exprnsive checks enabled
disassembles as "add x15, xzr, x16", instead of the intended
"add x15, sp, x16".




More information about the All-commits mailing list