1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-21 03:53:04 +02:00

Update the release notes about the new TargetTransformInfo API changes.

llvm-svn: 166115
This commit is contained in:
Nadav Rotem 2012-10-17 18:33:50 +00:00
parent 8adc448174
commit 99cc45726f

View 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>