mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-12-25 21:16:19 +00:00
MarkModRef -> AddReadAttrs.
llvm-svn: 57459
This commit is contained in:
parent
731f400eac
commit
3040939c64
@ -249,7 +249,9 @@ and rewrote ADCE to be simpler faster, and not need control dependence.</li>
|
||||
pulled out of instcombine and put into a new ValueTracking.h file, where they
|
||||
can be reused by other passes.</li>
|
||||
|
||||
<li>MarkModRef etc</li>
|
||||
<li>The new AddReadAttrs pass works out which functions are read-only or
|
||||
read-none (these correspond to 'pure' and 'const' in C) and marks them
|
||||
with the appropriate attribute.</li>
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user