Displaying 1 result from an estimated 1 matches for "r224832".
Did you mean:
rl224832
2014 Dec 29
3
[LLVMdev] LLVM Weekly - #52, Dec 29th 2014
...LVM commits
* The SROA (scalar replacement of aggregates) pass has seen some refactoring
to, in the future, allow for more intelligent rewriting.
[r224742](http://reviews.llvm.org/rL224742),
[r224798](http://reviews.llvm.org/rL224798).
* The masked load and store intrinsics have been documented.
[r224832](http://reviews.llvm.org/rL224832).
* CodeGenPrepare learned to speculate calls to llvm.cttz/ctlz (count
trailing/leading zeroes) if `isCheapToSpeculateCtlz/isCheapToSpeculatCttz` in
TargetLowering return true. [r224899](http://reviews.llvm.org/rL224899).
## Clang commits
* The Clang internals...