1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00
Anna Welker 06959d6e35 [ARM][MVE] Teach MVEGatherScatterLowering to merge successive getelementpointers
A patch following up on the introduction of pointer induction variables, adding
a preprocessing step to the address optimisation in the MVEGatherScatterLowering
pass. If the getelementpointer that is the address is itself using a
getelementpointer as base, they will be merged into one by summing up the
offsets, after checking that this will not cause an overflow (this can be
repeated recursively).

Differential Revision: https://reviews.llvm.org/D84027
2020-07-28 17:31:20 +01:00
..
2019-09-17 14:21:36 +00:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-07-16 11:10:53 +01:00
2020-05-06 15:45:56 +01:00
2020-06-29 16:04:13 +01:00
2020-06-29 16:04:13 +01:00
2020-06-29 16:04:13 +01:00
2020-07-16 11:10:53 +01:00
2020-06-29 16:04:13 +01:00
2020-07-16 11:10:53 +01:00
2020-05-16 15:13:16 +01:00
2020-05-16 15:10:20 +01:00
2020-05-16 17:46:43 +01:00
2020-06-25 21:55:13 +01:00
2019-01-10 08:36:33 +00:00
2019-07-27 18:44:15 +00:00