| commit | d4ae470d2e7a967331a5bb3ae5be29a4f0b6c764 | [log] [tgz] |
|---|---|---|
| author | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Tue Sep 19 20:54:38 2017 +0000 |
| committer | Stanislav Mekhanoshin <Stanislav.Mekhanoshin@amd.com> | Tue Sep 19 20:54:38 2017 +0000 |
| tree | 9065b407288d50bfeb20d5827ea6fb2dcbf008ca | |
| parent | 59a01a958a55c75af4076e35ba67e2a4a38d8dce [diff] |
[AMDGPU] Prevent post-RA scheduler from breaking memory clauses The pre-RA scheduler does load/store clustering, but post-RA scheduler undoes it. Add mutation to prevent it. Differential Revision: https://reviews.llvm.org/D38014 llvm-svn: 313670