[all-commits] [llvm/llvm-project] 6fa66a: [AArch64] NFC. Add a test exposing a bug in FixupS...

Daniil Suchkov via All-commits all-commits at lists.llvm.org
Tue Jul 18 14:03:25 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6fa66acfad3b6a31b60ba557824cb93e6fe6b19e
      https://github.com/llvm/llvm-project/commit/6fa66acfad3b6a31b60ba557824cb93e6fe6b19e
  Author: Daniil Suchkov <dsuchkov at azul.com>
  Date:   2023-07-18 (Tue, 18 Jul 2023)

  Changed paths:
    A llvm/test/CodeGen/AArch64/aarch64-fixup-statepoint-regs-crash.ll

  Log Message:
  -----------
  [AArch64] NFC. Add a test exposing a bug in FixupStatepointCallerSaved pass

This pass doesn't take register classes into account, so it ends up
trying to spill a non-GP register onto stack which is not correct.




More information about the All-commits mailing list