[all-commits] [llvm/llvm-project] 8e972e: [RISCV] Add scalable vector patterns for vfwmaccbf...

Luke Lau via All-commits all-commits at lists.llvm.org
Fri Aug 30 22:20:41 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 8e972efb58ec35e35365d2f2ee6e8794c9336e59
      https://github.com/llvm/llvm-project/commit/8e972efb58ec35e35365d2f2ee6e8794c9336e59
  Author: Luke Lau <luke at igalia.com>
  Date:   2024-08-31 (Sat, 31 Aug 2024)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVSDPatterns.td
    M llvm/lib/Target/RISCV/RISCVInstrInfoZfbfmin.td
    A llvm/test/CodeGen/RISCV/rvv/vfwmaccbf16-sdnode.ll

  Log Message:
  -----------
  [RISCV] Add scalable vector patterns for vfwmaccbf16.v{v,f} (#106771)

We can reuse the patterns for vfwmacc.v{v,f} as long as we swap out
fpext_oneuse for riscv_fpextend_bf16 in the scalar case.



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