From 692cd4596e722abe70dec2c49f3c9935e1212730 Mon Sep 17 00:00:00 2001 From: Rafael Espindola Date: Sat, 24 Mar 2012 19:02:32 +0000 Subject: [PATCH] Add a small release not about the range metadata. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@153391 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/ReleaseNotes.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/ReleaseNotes.html b/docs/ReleaseNotes.html index 99e5805218f..961a5f6a703 100644 --- a/docs/ReleaseNotes.html +++ b/docs/ReleaseNotes.html @@ -290,6 +290,8 @@ Release Notes.
  • IR support for vectors of pointers, including vector GEPs.
  • Module flags have been introduced. They convey information about the module as a whole to LLVM subsystems.
  • +
  • Loads can now have range metadata attached to them to restrict the + possible values being loaded.
  • ....
  • -- 2.34.1