For i64 reductions we currently try and convert add(VMLALV(X, Y), B) to VMLALVA(B, X, Y), incorporating the addition into the VMLALVA. If we have an add of an existing VMLALVA, this patch pushes the add up above the VMLALVA so that it may potentially be simplified further, for example being folded into another VMLALV.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Herald added subscribers: danielkiss, hiraditya, kristof.beyls. · View Herald TranscriptJul 9 2021, 2:17 AM
dmgreen added a parent revision: D105680: [ARM] Lower v16i8 -> i64 VMLA reductions..Jul 13 2021, 7:22 PM
dmgreen removed a child revision: D34362: [LNT] Support for different DataSet usage in Polybench for "lnt runtest nt".Jul 13 2021, 7:26 PM
This revision is now accepted and ready to land.Jul 14 2021, 6:15 AM
This revision was landed with ongoing or failed builds.Jul 14 2021, 12:07 PM
Closed by commit rG31b8f400066c: [ARM] Move add(VMLALVA(A, X, Y), B) to VMLALVA(add(A, B), X, Y) (authored by dmgreen). · Explain Why
This revision was automatically updated to reflect the committed changes.