diff options
| author | David Majnemer <david.majnemer@gmail.com> | 2016-06-15 00:19:09 +0000 |
|---|---|---|
| committer | David Majnemer <david.majnemer@gmail.com> | 2016-06-15 00:19:09 +0000 |
| commit | cbf614a93b1d59655e7749df1a31b5cb4ac29972 (patch) | |
| tree | a0d51e49d1cbbd68dfe38d44436e0d0e6538fdc9 /llvm/docs/Atomics.rst | |
| parent | f42c69206d6bee89cbd3c5f8eb502131b234422c (diff) | |
| download | bcm5719-llvm-cbf614a93b1d59655e7749df1a31b5cb4ac29972.tar.gz bcm5719-llvm-cbf614a93b1d59655e7749df1a31b5cb4ac29972.zip | |
Remove the ScalarReplAggregates pass
Nearly all the changes to this pass have been done while maintaining and
updating other parts of LLVM. LLVM has had another pass, SROA, which
has superseded ScalarReplAggregates for quite some time.
Differential Revision: http://reviews.llvm.org/D21316
llvm-svn: 272737
Diffstat (limited to 'llvm/docs/Atomics.rst')
| -rw-r--r-- | llvm/docs/Atomics.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/docs/Atomics.rst b/llvm/docs/Atomics.rst index 89f5f44dae6..def927d2a20 100644 --- a/llvm/docs/Atomics.rst +++ b/llvm/docs/Atomics.rst @@ -398,7 +398,7 @@ operations: MemoryDependencyAnalysis (which is also used by other passes like GVN). * Folding a load: Any atomic load from a constant global can be constant-folded, - because it cannot be observed. Similar reasoning allows scalarrepl with + because it cannot be observed. Similar reasoning allows sroa with atomic loads and stores. Atomics and Codegen |

