llvm-project/mlir/lib/Analysis
Marcel Koester 8e640ca5a8 [mlir] Fixed warning related to unused variable in Liveness.
The latest changes of the Liveness analysis caused a warning related to an
unused variable. This commit solves this warning.

Differential Revision: https://reviews.llvm.org/D78912
2020-04-27 14:02:33 +02:00
..
AffineAnalysis.cpp [mlir][NFC] Remove the STLExtras.h header file now that it has been merged into LLVM. 2020-04-14 15:14:41 -07:00
AffineStructures.cpp [MLIR] Improve support for 0-dimensional Affine Maps. 2020-04-15 14:15:02 -07:00
CMakeLists.txt [MLIR] Complete refactoring of Affine dialect into sub-libraries. 2020-04-16 13:41:17 -07:00
CallGraph.cpp [mlir] Add support for detecting single use callables in the Inliner. 2020-03-18 13:10:41 -07:00
Dominance.cpp [MLIR] Mark dominance methods const 2020-04-19 11:53:20 +05:30
Liveness.cpp [mlir] Fixed warning related to unused variable in Liveness. 2020-04-27 14:02:33 +02:00
LoopAnalysis.cpp [MLIR] Improve support for 0-dimensional Affine Maps. 2020-04-15 14:15:02 -07:00
NestedMatcher.cpp [mlir][NFC] Cleanup AffineOps directory structure 2020-03-20 14:23:43 -07:00
SliceAnalysis.cpp [mlir][NFC] Remove the STLExtras.h header file now that it has been merged into LLVM. 2020-04-14 15:14:41 -07:00
Utils.cpp [MLIR] NFC cleanup/modernize memref-dataflow-opt / getNestingDepth 2020-04-14 00:03:06 +05:30
Verifier.cpp Add a flag on the context to protect against creation of operations in unregistered dialects 2020-03-30 19:37:31 +00:00