Displaying 1 result from an estimated 1 matches for "53db1ab0".
2019 Apr 18
2
Disable combining of loads and stores in instcombine
IIRC it’s not strictly possible to determine what array a load/store is based on. I don’t believe the decomposition is always possible, as information is lost when accesses are combined.
Neil
On Apr 17, 2019, 12:31 PM -0700, Arsenault, Matthew <Matthew.Arsenault at amd.com>, wrote:
> This is really a codegen problem. You can decompose the load/store however you like in the backend.