diff options
author | Nadav Rotem <nrotem@apple.com> | 2012-10-17 18:33:50 +0000 |
---|---|---|
committer | Nadav Rotem <nrotem@apple.com> | 2012-10-17 18:33:50 +0000 |
commit | d9779f15cf0983fb101479eb91238893d91605d9 (patch) | |
tree | 79d14fbad35aa8bdd5970e783c958c8db5c64be4 /llvm/docs | |
parent | e5e1c643df573df4124e1ab7f95f12d0a3e28103 (diff) | |
download | bcm5719-llvm-d9779f15cf0983fb101479eb91238893d91605d9.tar.gz bcm5719-llvm-d9779f15cf0983fb101479eb91238893d91605d9.zip |
Update the release notes about the new TargetTransformInfo API changes.
llvm-svn: 166115
Diffstat (limited to 'llvm/docs')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index bc3ce643888..c3a06bcd9a5 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -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> |