[all-commits] [llvm/llvm-project] e86d62: [RISCV] Add coverage for vector stack slot colorin...

Philip Reames via All-commits all-commits at lists.llvm.org
Thu Mar 20 15:01:25 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e86d627a8b0278556d18e73b9823761ca8fe24a5
      https://github.com/llvm/llvm-project/commit/e86d627a8b0278556d18e73b9823761ca8fe24a5
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-03-20 (Thu, 20 Mar 2025)

  Changed paths:
    A llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.ll
    A llvm/test/CodeGen/RISCV/rvv/stack-slot-coloring.mir

  Log Message:
  -----------
  [RISCV] Add coverage for vector stack slot coloring and dead copy elim

Stack slot coloring already works, but we didn't have coverage.
Dead stack slot copy elimination (after stack slot coloring) does not, and will
be included in an upcoming change.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list