mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-23 19:23:23 +01:00
Add a blurb about the new LSR.
llvm-svn: 102126
This commit is contained in:
parent
a75e358709
commit
e4787844ea
@ -657,7 +657,8 @@ it run faster:</p>
|
||||
understand assembly files. This is wired up in llvm-gcc and clang to
|
||||
the <tt>-fverbose-asm</tt> option.</li>
|
||||
|
||||
<li>New LSR with "full strength reduction" mode. FIXME: Description?</li>
|
||||
<li>New LSR with "full strength reduction" mode, which can reduce address
|
||||
register pressure in loops where address generation is important.</li>
|
||||
|
||||
<li>A new codegen level Common Subexpression Elimination pass (MachineCSE)
|
||||
is available and enabled by default. It catches redundancies exposed by
|
||||
|
Loading…
Reference in New Issue
Block a user