Displaying 1 result from an estimated 1 matches for "rl323551".
Did you mean:
r323551
2018 Jan 29
0
LLVM Weekly - #213, Jan 29th 2018
.../rL323096).
* llvm-extract gained support for extracting a basic block from a function.
[r323266](http://reviews.llvm.org/rL323266).
* SelectionDAGISel now prints the current node before calling select, meaning
targets don't have to add this logic themselves.
[r323551](http://reviews.llvm.org/rL323551).
## Clang commits
* The `-fexperimental-isel` driver option can be used to enable/disable
GlobalISel. [r323485](http://reviews.llvm.org/rL323485).
* clangd gained a helper to report estimated memory usage per-file.
[r323425](http://reviews.llvm.org/rL323425).
## Other project commits
* The...