Displaying 1 result from an estimated 1 matches for "r289010".
Did you mean:
r219010
2016 Dec 12
0
LLVM Weekly - #154, Dec 12th 2016
...opment 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 generated.
[r289050](http://reviews.llvm.org/rL289050).
* Tests written in .mir should go in test/CodeGen/YourTarget rather than
test/Co...