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.
Paths
| Differential D68112
[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. The testcase update also show that we can save some unecessary fmr as
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Oct 3 2019, 11:54 AM Closed by commit rL373652: [PowerPC] Adjust the naming and operand order of fnmsub patterns (authored by jsji). · Explain WhyOct 3 2019, 12:36 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 223076 llvm/trunk/lib/Target/PowerPC/PPCInstrVSX.td
llvm/trunk/test/CodeGen/PowerPC/combine-fneg.ll
llvm/trunk/test/CodeGen/PowerPC/f128-fma.ll
llvm/trunk/test/CodeGen/PowerPC/fma-assoc.ll
llvm/trunk/test/CodeGen/PowerPC/fma-ext.ll
llvm/trunk/test/CodeGen/PowerPC/repeated-fp-divisors.ll
|