This is an archive of the discontinued LLVM Phabricator instance.

[RISCV][NFC] Use SchedTernary for VPseudoVWMAC_VV_VF_BF
ClosedPublic

Authored by michaelmaitland on Aug 14 2023, 9:45 AM.

Details

Summary

VPseudoVWMAC_VV_VF_BF got committed around the same time we added
SchedTernary, so we missed having it use SchedTernary.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 9:45 AM
michaelmaitland requested review of this revision.Aug 14 2023, 9:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 14 2023, 9:45 AM
wangpc accepted this revision.Aug 14 2023, 10:43 AM

LGTM.

This revision is now accepted and ready to land.Aug 14 2023, 10:43 AM
This revision was landed with ongoing or failed builds.Aug 14 2023, 10:54 AM
This revision was automatically updated to reflect the committed changes.

I had reverted because of typo Mull which was supposed to be Mul. I have since recommitted with the fix.