Displaying 1 result from an estimated 1 matches for "rl323248".
Did you mean:
r323248
2018 Jan 29
0
LLVM Weekly - #213, Jan 29th 2018
...155](http://reviews.llvm.org/rL323155).
* New documentation has been added on adding exception handling support for a
target. [r323311](http://reviews.llvm.org/rL323311).
* A new utility has been written which uses bugpoint to reduce failures in
GlobalISel tests. [r323248](http://reviews.llvm.org/rL323248).
* The AggressiveInstCombine pass has been introduced. This differs from
InstCombine in that it can contain optimisations with greater than O(1)
complexity. [r323321](http://reviews.llvm.org/rL323321).
* A series of refactoring patches have enabled false dependencies for X86
POPCNT, LZCN and TZC...