David Green 31b8f40006 [ARM] Move add(VMLALVA(A, X, Y), B) to VMLALVA(add(A, B), X, Y)
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.

Differential Revision: https://reviews.llvm.org/D105686
2021-07-14 20:06:49 +01:00
..
2020-11-12 08:37:46 +00:00
2020-07-16 11:10:53 +01:00
2021-02-28 11:13:49 +00:00
2021-02-02 11:09:31 +00:00
2021-02-02 11:09:31 +00:00
2021-05-26 09:22:12 +01:00
2019-01-10 08:36:33 +00:00