[all-commits] [llvm/llvm-project] 3abd0b: [NFC][RISCV] Add test showing wrong stack slot for...

Roger Ferrer Ibáñez via All-commits all-commits at lists.llvm.org
Mon Mar 29 10:03:51 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3abd0bacc2c53712a175d3d2dbc75a30f0b7fd3d
      https://github.com/llvm/llvm-project/commit/3abd0bacc2c53712a175d3d2dbc75a30f0b7fd3d
  Author: Roger Ferrer Ibanez <roger.ferrer at bsc.es>
  Date:   2021-03-29 (Mon, 29 Mar 2021)

  Changed paths:
    A llvm/test/CodeGen/RISCV/rvv/wrong-stack-slot-rv32.mir
    A llvm/test/CodeGen/RISCV/rvv/wrong-stack-slot-rv64.mir

  Log Message:
  -----------
  [NFC][RISCV] Add test showing wrong stack slot for GPR and RVV spilled registers

This testcase shows that we attempt to assign the same offset sp + 16 to
two different stack objects.

The fix will come in a later change.

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




More information about the All-commits mailing list