mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced 2025-05-21 12:38:45 +00:00
New functionality
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@15266 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
fdec1d5f24
commit
ccb354b687
@ -699,9 +699,11 @@ aggressive local analysis that "knows" many important facts:</p>
|
|||||||
<div class="doc_text">
|
<div class="doc_text">
|
||||||
|
|
||||||
<p>This pass implements a simple context-sensitive mod/ref and alias analysis
|
<p>This pass implements a simple context-sensitive mod/ref and alias analysis
|
||||||
for internal global variables that don't "have their address taken". If a
|
for internal global variables that don't "have their address taken". If a
|
||||||
global does not have its address taken, the pass knows that no pointers alias
|
global does not have its address taken, the pass knows that no pointers alias
|
||||||
the global.
|
the global. This pass also keeps track of functions that it knows never access
|
||||||
|
memory or never read memory. This allows certain optimizations (e.g. GCSE) to
|
||||||
|
eliminate call instructions entirely.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>The real power of this pass is that it provides context-sensitive mod/ref
|
<p>The real power of this pass is that it provides context-sensitive mod/ref
|
||||||
|
Loading…
x
Reference in New Issue
Block a user