[all-commits] [llvm/llvm-project] ce6e66: [RISCV] Add coverage for an upcoming select loweri...

Philip Reames via All-commits all-commits at lists.llvm.org
Fri Jan 17 12:17:01 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ce6e66ddecbd1ddfa3be9be2ac881931d5ae71a4
      https://github.com/llvm/llvm-project/commit/ce6e66ddecbd1ddfa3be9be2ac881931d5ae71a4
  Author: Philip Reames <preames at rivosinc.com>
  Date:   2025-01-17 (Fri, 17 Jan 2025)

  Changed paths:
    A llvm/test/CodeGen/RISCV/rvv/fixed-vectors-select-addsub.ll

  Log Message:
  -----------
  [RISCV] Add coverage for an upcoming select lowering change

A select between an add and a sub can be either a vrsub followed by
add (reducing register pressure), or a vmacc.  The former will be
implemented in an upcoming review.



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