[all-commits] [llvm/llvm-project] cb161b: [RISCV] Add support for matching .vf forms of fadd...
Craig Topper via All-commits
all-commits at lists.llvm.org
Wed Feb 10 10:17:23 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb161b3a8893a2d36c6f30ceaafbb7f78b52d121
https://github.com/llvm/llvm-project/commit/cb161b3a8893a2d36c6f30ceaafbb7f78b52d121
Author: Craig Topper <craig.topper at sifive.com>
Date: 2021-02-10 (Wed, 10 Feb 2021)
Changed paths:
M llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
M llvm/test/CodeGen/RISCV/rvv/fixed-vectors-fp.ll
Log Message:
-----------
[RISCV] Add support for matching .vf forms of fadd/fsub/fmul/fdiv/fma for fixed vectors.
fma+neg will come in a different patch since I haven't done it for .vv
yet either.
Differential Revision: https://reviews.llvm.org/D96375
More information about the All-commits
mailing list