This is an archive of the discontinued LLVM Phabricator instance.

[RISCV] Supplement SDNode patterns for vfwmul/vfwadd/vfwsub
ClosedPublic

Authored by Jimerlife on Mar 30 2022, 4:04 AM.

Details

Diff Detail

Event Timeline

Jimerlife created this revision.Mar 30 2022, 4:04 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 30 2022, 4:04 AM
Jimerlife requested review of this revision.Mar 30 2022, 4:04 AM
This revision is now accepted and ready to land.Mar 30 2022, 4:31 AM

I'm kind of surprised this (fp->splat/splat->fp) isn't canonicalized one way or the other. What's going on? Are we missing a canonicalization for scalable vectors?

This revision was landed with ongoing or failed builds.Mar 31 2022, 8:10 PM
This revision was automatically updated to reflect the committed changes.

I'm kind of surprised this (fp->splat/splat->fp) isn't canonicalized one way or the other. What's going on? Are we missing a canonicalization for scalable vectors?

I create a new revision to do this, https://reviews.llvm.org/D122875 .