This is an archive of the discontinued LLVM Phabricator instance.

[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 Timeline

Jimerlife created this revision.Mar 23 2022, 8:34 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2022, 8:34 PM
Jimerlife requested review of this revision.Mar 23 2022, 8:34 PM
craig.topper added inline comments.Mar 23 2022, 8:54 PM
llvm/test/CodeGen/RISCV/rvv/fixed-vectors-vfwsub.ll
8

Fix the test names to say "sub" instead of "add"

404

This doesn't generate vfwsub.wv

Address comments

Jimerlife marked 2 inline comments as done.Mar 23 2022, 11:19 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
This revision was automatically updated to reflect the committed changes.