diff options
author | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-24 19:02:32 +0000 |
---|---|---|
committer | Rafael Espindola <rafael.espindola@gmail.com> | 2012-03-24 19:02:32 +0000 |
commit | f15b79548bd7961bcbfcd15780e22e7e35aa23fc (patch) | |
tree | 2d51706608a7532d486c4ba0c35b34456024577f /llvm/docs/ReleaseNotes.html | |
parent | e894e09e704d760af47389c1a17927c8d848c2f8 (diff) | |
download | bcm5719-llvm-f15b79548bd7961bcbfcd15780e22e7e35aa23fc.tar.gz bcm5719-llvm-f15b79548bd7961bcbfcd15780e22e7e35aa23fc.zip |
Add a small release not about the range metadata.
llvm-svn: 153391
Diffstat (limited to 'llvm/docs/ReleaseNotes.html')
-rw-r--r-- | llvm/docs/ReleaseNotes.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/llvm/docs/ReleaseNotes.html b/llvm/docs/ReleaseNotes.html index 99e5805218f..961a5f6a703 100644 --- a/llvm/docs/ReleaseNotes.html +++ b/llvm/docs/ReleaseNotes.html @@ -290,6 +290,8 @@ Release Notes</a>.</h1> <li>IR support for vectors of pointers, including vector GEPs.</li> <li>Module flags have been introduced. They convey information about the module as a whole to LLVM subsystems.</li> + <li>Loads can now have range metadata attached to them to restrict the + possible values being loaded.</li> <li>....</li> </ul> </div> |