Displaying 1 result from an estimated 1 matches for "r327381".
Did you mean:
r327331
2018 Mar 26
0
LLVM Weekly - #221, Mar 26th 2018
...een imported.
[r327859](http://reviews.llvm.org/rL327859).
* A new analysis printer was introduced to dump 'must execute' facts.
[r328004](http://reviews.llvm.org/rL328004),
[r328015](http://reviews.llvm.org/rL328015).
* The RISC-V backend gained a peephole optimisation for loads/stores.
[r327381](http://reviews.llvm.org/rL327381).
* A new post-register allocation pass was added to sink copies into a
successor block. [r328237](http://reviews.llvm.org/rL328237).
* MIR printing, `opt -dot-cfg` and `-debug` printing has been made
substantially faster by making the scanning of a module for st...