Displaying 1 result from an estimated 1 matches for "rl328768".
Did you mean:
r328768
2018 Apr 02
0
LLVM Weekly - #222, Apr 2nd 2018
...ttributes.
## LLVM commits
* An extra InstCombine optimisation improved zlib performance by up to 10%.
[r328539](http://reviews.llvm.org/rL328539).
* The LLVM library was renamed from libLLVM-X.Y to libLLVM-X, as the minor
version is no longer used in releases.
[r328768](http://reviews.llvm.org/rL328768).
* llvm-pdbutil diff mode has been deleted.
[r328562](http://reviews.llvm.org/rL328562).
* LLVM assembly output will now use .set instead of = when printing an
assignment. [r328635](http://reviews.llvm.org/rL328635).
* Rudimentary support was added for auto-vectorisation for Hexagon's HVX....