Re: [PATCH 1/3][v4] Record get_load_store_info results from analysis

2025-08-19 Thread Richard Biener
On Tue, 19 Aug 2025, Richard Biener wrote: > The following is a patch to make us record the get_load_store_info > results from load/store analysis and re-use them during transform. > In particular this moves where SLP_TREE_MEMORY_ACCESS_TYPE is stored. > > A major hassle was (and still is, to som

[PATCH 1/3][v4] Record get_load_store_info results from analysis

2025-08-19 Thread Richard Biener
The following is a patch to make us record the get_load_store_info results from load/store analysis and re-use them during transform. In particular this moves where SLP_TREE_MEMORY_ACCESS_TYPE is stored. A major hassle was (and still is, to some extent), gather/scatter handling with it's accompani