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.

+