Add a blurb about the new ExecutionDepsFix pass.

llvm-svn: 145220
This commit is contained in:
Jakob Stoklund Olesen 2011-11-28 01:46:19 +00:00
parent c982b3d6e6
commit 6d110aa84d
1 changed files with 4 additions and 1 deletions

View File

@ -941,7 +941,10 @@ be used to verify some algorithms.
<li>The code generator now supports vector "select" operations on vector
comparisons, turning them into various optimized code sequences (e.g.
using the SSE4/AVX "blend" instructions).</li>
<li>XXX: Domain fixing pass is now target independent (ExecutionDepsFix pass). (Jakob)</li>
<li>The SSE execution domain fix pass and the ARM NEON move fix pass have been
merged to a target independent execution dependency fix pass. Targets can
override the <code>getExecutionDomain</code> and
<code>setExecutionDomain</code> hooks to use it.</li>
</ul>
</div>