forked from OSchip/llvm-project
Add a small release not about the range metadata.
llvm-svn: 153391
This commit is contained in:
parent
e894e09e70
commit
f15b79548b
|
@ -290,6 +290,8 @@ Release Notes</a>.</h1>
|
||||||
<li>IR support for vectors of pointers, including vector GEPs.</li>
|
<li>IR support for vectors of pointers, including vector GEPs.</li>
|
||||||
<li>Module flags have been introduced. They convey information about the
|
<li>Module flags have been introduced. They convey information about the
|
||||||
module as a whole to LLVM subsystems.</li>
|
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>
|
<li>....</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue