Displaying 1 result from an estimated 1 matches for "rl221737".
Did you mean:
r221737
2014 Nov 17
2
[LLVMdev] LLVM Weekly - #46, Nov 17th 2014
...is now to separate metadata from the Value hierarchy.
[r221711](http://reviews.llvm.org/rL221711).
* There are two ways to inform the optimizer the result of a load is never
null. Either with metadata or via assume. The latter is now canonicalized into
the former. [r221737](http://reviews.llvm.org/rL221737).
* `vec_vsx_ld` and `vec_vsx_st` intrinsics have been added for PowerPC.
[r221767](http://reviews.llvm.org/rL221767).
* PowerPC gained support for small-model PIC.
[r221791](http://reviews.llvm.org/rL221791).
* The llvm.arm.space intrinsic was added to make it easier to write tests for
ARM Cons...