[llvm-commits] [llvm] r145220 - /llvm/trunk/docs/ReleaseNotes.html

Jakob Stoklund Olesen stoklund at 2pi.dk
Sun Nov 27 17:46:20 PST 2011


Author: stoklund
Date: Sun Nov 27 19:46:19 2011
New Revision: 145220

URL: http://llvm.org/viewvc/llvm-project?rev=145220&view=rev
Log:
Add a blurb about the new ExecutionDepsFix pass.

Modified:
    llvm/trunk/docs/ReleaseNotes.html

Modified: llvm/trunk/docs/ReleaseNotes.html
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/docs/ReleaseNotes.html?rev=145220&r1=145219&r2=145220&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Sun Nov 27 19:46:19 2011
@@ -941,7 +941,10 @@
 <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>
 





More information about the llvm-commits mailing list