Displaying 1 result from an estimated 1 matches for "rl328809".
Did you mean:
r328809
2018 Apr 02
0
LLVM Weekly - #222, Apr 2nd 2018
...r328635](http://reviews.llvm.org/rL328635).
* Rudimentary support was added for auto-vectorisation for Hexagon's HVX.
[r328639](http://reviews.llvm.org/rL328639).
## Clang commits
* Named return value optimisation (NRVO) was generalised to cover C structs.
[r328809](http://reviews.llvm.org/rL328809).
* The Clang analyzer will now avoid modeling C++17 constructors that aren't
fully supported. [r328893](http://reviews.llvm.org/rL328893).
## Other project commits
* A new summarizeStats.py utility was added to the OpenMP repository. This
processes raw data provided by an instrumented Open...