Displaying 1 result from an estimated 1 matches for "r288980".
Did you mean:
288980
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...hrome's vtables from over 60s to 0.9s.
[r288859](http://reviews.llvm.org/rL288859).
* MachineIRBuilder (part of the in-development GlobalISel infrastructure) has
had its interface reworks so it acts much more like IRBuilder, allowing you to
insert an instruction before the passed instruction.
[r288980](http://reviews.llvm.org/rL288980).
* A DWARF generator was added to enable the unit testing of DWARF APIs with
gtest. [r289010](http://reviews.llvm.org/rL289010).
* The SelectionDAG learned to expand `[US]MUL_LOHI`. Previously, setting it to
expand would just prevent the node from being generate...