[llvm-commits] [llvm] r166115 - /llvm/trunk/docs/ReleaseNotes.html
Nadav Rotem
nrotem at apple.com
Wed Oct 17 11:33:50 PDT 2012
Author: nadav
Date: Wed Oct 17 13:33:50 2012
New Revision: 166115
URL: http://llvm.org/viewvc/llvm-project?rev=166115&view=rev
Log:
Update the release notes about the new TargetTransformInfo API changes.
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=166115&r1=166114&r2=166115&view=diff
==============================================================================
--- llvm/trunk/docs/ReleaseNotes.html (original)
+++ llvm/trunk/docs/ReleaseNotes.html Wed Oct 17 13:33:50 2012
@@ -649,6 +649,11 @@
<p>In addition, many APIs have changed in this release. Some of the major
LLVM API changes are:</p>
+<p> We've added a new interface for allowing IR-level passes to access
+ target-specific information. A new IR-level pass, called
+ "TargetTransformInfo" provides a number of low-level interfaces.
+ LSR and LowerInvoke already use the new interface. </p>
+
<ul>
<li>...</li>
</ul>
More information about the llvm-commits
mailing list