[all-commits] [llvm/llvm-project] ca36cc: [RISCV] Match RVV VF variants also through masked ...

Fraser Cormack via All-commits all-commits at lists.llvm.org
Thu Jan 20 04:18:20 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ca36cc56ac6c8eee91e3b4f588aaad01b906fe62
      https://github.com/llvm/llvm-project/commit/ca36cc56ac6c8eee91e3b4f588aaad01b906fe62
  Author: Fraser Cormack <fraser at codeplay.com>
  Date:   2022-01-20 (Thu, 20 Jan 2022)

  Changed paths:
    M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfadd-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfdiv-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfmul-vp.ll
    M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfsub-vp.ll

  Log Message:
  -----------
  [RISCV] Match RVV VF variants also through masked operations

This brings floating-point RVV vector/scalar support more in line with
the integer vector patterns, which can already match '.vx' instructions
with masked operations.

Reviewed By: craig.topper

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




More information about the All-commits mailing list