search for: r327329

Displaying 1 result from an estimated 1 matches for "r327329".

Did you mean: 327329
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
...icrobenchmark results. [r327422](http://reviews.llvm.org/rL327422). * The handling of dangling debug info in the SelectionDAG has been improved. [r327303](http://reviews.llvm.org/rL327303). * The LoopInstSimplify pass has been removed due to the fact that it is not used in-tree and has no tests. [r327329](http://reviews.llvm.org/rL327329). * dsymutil will now perform `analyzeContextInfo` and `CloneDIEs` in parallel, leading to performance improvements of up to ~30%. [r327399](http://reviews.llvm.org/rL327399). * `!dag` has been added to Tablegen, enabling programmatic construction of DAG nodes. [...