aboutsummaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-28 01:46:19 +0000
committerJakob Stoklund Olesen <stoklund@2pi.dk>2011-11-28 01:46:19 +0000
commit09e61ca6aff30fd6f409d92c6ef5515f05cf009e (patch)
treedbe1a2d8ade776e61a5eecea078293d3f59378ad /docs
parent71c4c1223257995d7bf37e49b53509b749476b89 (diff)
downloadexternal_llvm-09e61ca6aff30fd6f409d92c6ef5515f05cf009e.zip
external_llvm-09e61ca6aff30fd6f409d92c6ef5515f05cf009e.tar.gz
external_llvm-09e61ca6aff30fd6f409d92c6ef5515f05cf009e.tar.bz2
Add a blurb about the new ExecutionDepsFix pass.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@145220 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/ReleaseNotes.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html
index e987172..e3b3bae 100644
--- a/docs/ReleaseNotes.html
+++ b/docs/ReleaseNotes.html
@@ -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>