[all-commits] [llvm/llvm-project] 5987da: Revert "Revert "Reapply D70800: Fix AArch64 AAPCS ...

Owen Anderson via All-commits all-commits at lists.llvm.org
Tue Sep 1 12:29:26 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 5987da8764b71cd59fec772323cc2003bd82da38
      https://github.com/llvm/llvm-project/commit/5987da8764b71cd59fec772323cc2003bd82da38
  Author: Owen Anderson <resistor at mac.com>
  Date:   2020-09-01 (Tue, 01 Sep 2020)

  Changed paths:
    M llvm/lib/Target/AArch64/AArch64FrameLowering.cpp
    M llvm/lib/Target/AArch64/AArch64InstrInfo.cpp
    M llvm/lib/Target/AArch64/AArch64MachineFunctionInfo.h
    A llvm/test/CodeGen/AArch64/framelayout-fp-csr.ll
    A llvm/test/CodeGen/AArch64/framelayout-frame-record.mir
    A llvm/test/CodeGen/AArch64/framelayout-unaligned-fp.ll

  Log Message:
  -----------
  Revert "Revert "Reapply D70800: Fix AArch64 AAPCS frame record chain""

This reverts commit bc9a29b9ee6ade4894252b1470977142c32b4602.

The reasoning that this patch was wrong was itself incorrect
(see discussion on llvm-commits). This patch does seem to be exposing
a latent SVE code generation bug on non-public tests, which should
not block a correctness fix for public, non-SVE use cases.




More information about the All-commits mailing list