Displaying 1 result from an estimated 1 matches for "r326705".
Did you mean:
326705
2018 Mar 12
0
LLVM Weekly - #219, Mar 12th 2018
...eviews.llvm.org/rL327121).
* llvm-mca, the LLVM Machine Code Analyzer tool, has been committed. It an be
used to statically estimate the performance of code.
[r326998](http://reviews.llvm.org/rL326998).
* The syntax for `!foreach` in TableGen has been modified, allowing more
complex expressions. [r326705](http://reviews.llvm.org/rL26705).
* `llvm::GetStatistics()` can now be used to inspect the statistics which have
been touched during execution. [r32738](http://reviews.llvm.org/rL326738).
* The DependenceAnalysis pass has been cleaned up to no longer use
GetElementPtr, and instead rely on Scalar...