Update the release notes about the new TargetTransformInfo API changes.
authorNadav Rotem <nrotem@apple.com>
Wed, 17 Oct 2012 18:33:50 +0000 (18:33 +0000)
committerNadav Rotem <nrotem@apple.com>
Wed, 17 Oct 2012 18:33:50 +0000 (18:33 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166115 91177308-0d34-0410-b5e6-96231b3b80d8

docs/ReleaseNotes.html

index bc3ce6438880690600b11e2321062764f4b29ea3..c3a06bcd9a5302ac26890bd0f2c78551a3982238 100644 (file)
@@ -649,6 +649,11 @@ Release Notes</a>.</h1>
 <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>