llvm-project/mlir/unittests/Transforms
Kazu Hirata 3a77eb6698 [mlir/unittests] 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 19:07:59 -08:00
..
CMakeLists.txt [mlir:Transforms] Move out the remaining non-dialect independent transforms and utilities 2022-01-24 19:25:53 -08:00
Canonicalizer.cpp [mlir] Rework the implementation of TypeID 2022-04-04 13:52:26 -07:00
DialectConversion.cpp [mlir/unittests] Use std::nullopt instead of None (NFC) 2022-12-03 19:07:59 -08:00