Add VL patterns for vfwmul, vfwadd and vfwsub
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D122369
[RISCV] Add VL patterns for vfwmul/vfwadd/vfwsub ClosedPublic Authored by Jimerlife on Mar 23 2022, 8:34 PM.
Details Summary Add VL patterns for vfwmul, vfwadd and vfwsub
Diff Detail
Event TimelineHerald added subscribers: llvm-commits, • pcwang-thead, eopXD and 2 others. · View Herald TranscriptMar 23 2022, 8:34 PM This revision is now accepted and ready to land.Mar 30 2022, 6:55 AM This revision was landed with ongoing or failed builds.Mar 31 2022, 12:21 AM Closed by commit rGb3851e993152: [RISCV] Add VL patterns for vfwmul/vfwadd/vfwsub (authored by Jimerlife). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 419346 llvm/lib/Target/RISCV/RISCVInstrInfoVVLPatterns.td
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-reduction-fp.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwadd.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwmul.ll
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwsub.ll
|
Fix the test names to say "sub" instead of "add"