This is an archive of the discontinued LLVM Phabricator instance.

[PowerPC] Adjust the naming and operand order of fnmsub patterns
ClosedPublic

Authored by jsji on Sep 26 2019, 5:21 PM.

Details

Summary

This is follow up patch of https://reviews.llvm.org/D67595.
Adjust naming and the Commutable operands for additional patterns
to make it easier to read.

The testcase update also show that we can save some unecessary fmr as
well.

Diff Detail

Repository
rL LLVM

Event Timeline

jsji created this revision.Sep 26 2019, 5:21 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 26 2019, 5:21 PM
nemanjai accepted this revision.Oct 3 2019, 11:54 AM

LGTM.

This revision is now accepted and ready to land.Oct 3 2019, 11:54 AM
This revision was automatically updated to reflect the committed changes.