llvm-project/mlir/lib/Pass
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 Revert "[mlir][cmake] Don't add dependencies on mlir-(generic-)headers" 2022-09-03 01:45:18 +00:00
IRPrinting.cpp [mlir] Make `OperationFingerPrint` class public 2022-11-02 11:00:26 +01:00
Pass.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
PassCrashRecovery.cpp [mlir] Include anchor op in reproducer pipeline string 2022-11-03 11:44:57 -04:00
PassDetail.h [mlir:Pass] Add support for op-agnostic pass managers 2022-05-12 13:12:59 -07:00
PassManagerOptions.cpp Revert "[MLIR] Provide a way to print ops in custom form on pass failure" 2022-04-17 18:55:09 +00:00
PassRegistry.cpp [mlir-opt] Add '-p' as an alias for '-pass-pipeline' 2022-11-08 15:17:27 -05:00
PassStatistics.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
PassTiming.cpp [mlir:PassTiming] Always use parentInfo for determining pipeline parent scope 2022-09-07 16:36:47 -07:00