llvm-project/mlir/lib/Analysis
Hanhan Wang 8c33639aa6 [mlir] Move the assertion to a valid place.
The defining Op may live in an unlinked block so its parent Op may be
null. Only assert it when the parent Op is not null.

Reviewed By: mravishankar

Differential Revision: https://reviews.llvm.org/D137306
2022-11-04 12:14:15 -07:00
..
AliasAnalysis Introduce a ConditionallySpeculatable op interface 2022-10-12 10:56:12 -07:00
DataFlow [mlir][dataflow] Remove Lattice::isUninitialized(). 2022-09-08 08:46:22 -07:00
Presburger Apply clang-tidy fixes for performance-move-const-arg in IntegerRelation.cpp (NFC) 2022-10-07 00:48:16 +00:00
AliasAnalysis.cpp [mlir] Add support for querying the ModRef behavior from the AliasAnalysis class 2021-05-27 13:57:29 -07:00
CMakeLists.txt [mlir][analysis] Remove empty files (NFC) 2022-10-03 16:52:53 -07:00
CallGraph.cpp [mlir][CallGraph] Add special call graph node for representing unknown callees 2022-09-09 20:22:59 +02:00
DataFlowFramework.cpp [mlir] Use C++17 structured bindings instead of std::tie where applicable. NFCI 2022-08-09 13:34:17 +02:00
DataLayoutAnalysis.cpp [mlir] support memref of memref in standard-to-llvm conversion 2021-06-08 11:11:31 +02:00
Liveness.cpp Use llvm::sort instead of std::sort where possible 2022-07-23 15:19:05 +02:00
SliceAnalysis.cpp [mlir] Move the assertion to a valid place. 2022-11-04 12:14:15 -07:00