This is an archive of the discontinued LLVM Phabricator instance.

[DAGCombiner] Use generalized pattern match for visitFSUBForFMACombine.
ClosedPublic

Authored by fakepaper56 on May 4 2023, 12:11 AM.

Details

Summary

The patch makes visitFSUBForFMACombine serve vp.fsub too. It helps DAGCombiner
to fuse vp.fsub and vp.fmul patterns to vp.fma.

Diff Detail

Event Timeline

fakepaper56 created this revision.May 4 2023, 12:11 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 4 2023, 12:11 AM
fakepaper56 requested review of this revision.May 4 2023, 12:11 AM
luke accepted this revision.May 4 2023, 4:01 AM

LGTM

This revision is now accepted and ready to land.May 4 2023, 4:01 AM