llvm-project/mlir/lib/Dialect/MemRef/Transforms
Kazu Hirata 1a36588ec6 [mlir] Use std::nullopt instead of None (NFC)
This patch mechanically replaces None with std::nullopt where the
compiler would warn if None were deprecated.  The intent is to reduce
the amount of manual work required in migrating from Optional to
std::optional.

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-03 18:50:27 -08:00
..
CMakeLists.txt [mlir][MemRef] NFC rename simplify-extract-strided-metadata 2022-11-21 22:43:15 +00:00
ComposeSubView.cpp [mlir] (NFC) run clang-format on all files 2022-07-14 13:32:13 -07:00
EmulateWideInt.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
ExpandOps.cpp [mlir][arith] Change dialect name from Arithmetic to Arith 2022-09-29 11:23:28 -04:00
ExpandStridedMetadata.cpp [mlir][MemRef] NFC rename simplify-extract-strided-metadata 2022-11-21 22:43:15 +00:00
FoldMemRefAliasOps.cpp [mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixed 2022-09-30 16:55:30 -07:00
MultiBuffer.cpp [MLIR] Adopt `DenseI64ArrayAttr` in tensor, memref and linalg transform 2022-11-25 09:43:30 +01:00
NormalizeMemRefs.cpp NFC. Remove unnecessary builder argument in Affine Utils helper 2022-10-07 13:51:19 +05:30
ResolveShapedTypeResultDims.cpp [mlir] Set pattern that resolves tensor dimensions as having bounded recursion. 2022-10-20 16:59:40 +00:00