Displaying 1 result from an estimated 1 matches for "clonedies".
2018 Mar 19
0
LLVM Weekly - #220, Mar 19th 2018
...ug 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. [r327492](http://reviews.llvm.org/rL327492).
* FastISel will now sink the materialisation of local va...