forked from OSchip/llvm-project
4c4ab673f1
* Extract "value" functionality of `FlatAffineConstraints` into a new derived `FlatAffineValueConstraints` class. Current users of `FlatAffineConstraints` can use `FlatAffineValueConstraints` without additional code changes, thus NFC. * `FlatAffineConstraints` no longer associates dimensions with SSA Values. All functionality that requires this, is moved to `FlatAffineValueConstraints`. * `FlatAffineConstraints` no longer makes assumptions about where Values associated with dimensions are coming from. Differential Revision: https://reviews.llvm.org/D107725 |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
TestAliasAnalysis.cpp | ||
TestCallGraph.cpp | ||
TestLiveness.cpp | ||
TestMemRefBoundCheck.cpp | ||
TestMemRefDependenceCheck.cpp | ||
TestMemRefStrideCalculation.cpp | ||
TestNumberOfExecutions.cpp |