From cf1d0761ca25ac8967ccb6fd563b1c13b4ec7d61 Mon Sep 17 00:00:00 2001 From: Nadav Rotem Date: Wed, 17 Oct 2012 18:33:50 +0000 Subject: Update the release notes about the new TargetTransformInfo API changes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@166115 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index bc3ce643888..c3a06bcd9a5 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -649,6 +649,11 @@ Release Notes.

In addition, many APIs have changed in this release. Some of the major LLVM API changes are:

+

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.

+ -- cgit v1.2.1