[llvm-commits] [llvm] r153391 - /llvm/trunk/docs/ReleaseNotes.html

Duncan Sands baldrick at free.fr
Sat Mar 24 20:52:51 PDT 2012


Hi Rafael,

> --- llvm/trunk/docs/ReleaseNotes.html (original)
> +++ llvm/trunk/docs/ReleaseNotes.html Sat Mar 24 14:02:32 2012
> @@ -290,6 +290,8 @@
>       <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

to restrict the -> to describe the

Otherwise maybe people will think putting a range means that the compiler will
force the loaded value into that range, rather than assuming that it is in that
range.

Ciao, Duncan.

> +        possible values being loaded.</li>
>       <li>....</li>
>     </ul>
>   </div>
>
>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits




More information about the llvm-commits mailing list