llvm-project/mlir/lib/Analysis
Kazu Hirata 192d9dd731 [mlir] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 19:58:32 -08:00
..
AliasAnalysis [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
DataFlow [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
Presburger [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08: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] Remove `Transforms/SideEffectUtils.h` and move the methods into `Interface/SideEffectInterfaces.h`. 2022-11-15 20:07:35 +00:00