llvm/mlir/lib/Analysis
Arjun P 1ba6043332 [MLIR][Presburger] Refactor subtraction in preparation for making it iterative
Refactor the operation of subtraction by
- removing the usage of SimplexRollbackScopeExit since this
  can't be used in the iterative version
- reducing the number of stack variables to make the
  iterative version easier to follow

Reviewed By: Groverkss

Differential Revision: https://reviews.llvm.org/D123156
2022-04-06 16:35:28 +01:00
..
AliasAnalysis
Presburger [MLIR][Presburger] Refactor subtraction in preparation for making it iterative 2022-04-06 16:35:28 +01:00
AliasAnalysis.cpp
BufferViewFlowAnalysis.cpp
CallGraph.cpp
CMakeLists.txt
DataFlowAnalysis.cpp
DataLayoutAnalysis.cpp
Liveness.cpp
SliceAnalysis.cpp