llvm-project/mlir/tools/mlir-tblgen
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
..
AttrOrTypeDefGen.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:46 -08:00
AttrOrTypeFormatGen.cpp Use CTAD on llvm::SaveAndRestore 2022-12-02 15:36:12 -08:00
AttrOrTypeFormatGen.h [mlir][ods] Make Attr/Type def accessors match the dialect 2022-06-14 05:13:24 +00:00
CMakeLists.txt [mlir][NFC] Move CodeGenHelpers.cpp from mlir-tblgen to TableGen library 2022-09-05 13:05:57 +02:00
DialectGen.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
DialectGenUtilities.h [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
DirectiveCommonGen.cpp [mlir][ods] Remove StrEnumAttr 2022-04-13 17:49:02 +00:00
DocGenUtilities.h [mlir] Generate C++ doc comments for interfaces 2022-08-10 15:12:29 +02:00
EnumsGen.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
FormatGen.cpp [mlir] Generate parser/printers for enums 2022-10-21 15:32:36 -07:00
FormatGen.h [mlir][ods] Format: allow anchors in the else elements 2022-09-20 11:07:50 -07:00
LLVMIRConversionGen.cpp [mlir][llvm] Import debug intrinsics from LLVMIR. 2022-11-29 12:31:54 +02:00
LLVMIRIntrinsicGen.cpp Introduce a ConditionallySpeculatable op interface 2022-10-12 10:56:12 -07:00
OpClass.cpp [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
OpClass.h [mlir][ods] ODS ops get an `extraClassDefinition` 2022-01-06 01:43:26 +00:00
OpDefinitionsGen.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
OpDocGen.cpp [mlir] Cleanup DialectDocGen to check for the dialect early 2022-10-12 14:43:20 -07:00
OpFormatGen.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
OpFormatGen.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
OpGenHelpers.cpp [mlir] Hoist out getRequestedOpDefinitions helper 2021-04-06 12:53:28 -07:00
OpGenHelpers.h Adjust "end namespace" comment in MLIR to match new agree'd coding style 2021-12-08 06:05:26 +00:00
OpInterfacesGen.cpp [mlir] ODS: emit interface model method at the end of the header 2022-10-27 22:54:19 +00:00
OpPythonBindingGen.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
PassCAPIGen.cpp [MLIR] Update pass declarations to new autogenerated files 2022-08-31 12:28:45 +02:00
PassDocGen.cpp
PassGen.cpp [mlir] Add macro for enabling all generated pass declarations 2022-09-28 11:49:28 -04:00
RewriterGen.cpp Don't use Optional::hasValue (NFC) 2022-06-20 11:33:56 -07:00
SPIRVUtilsGen.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:46 -08:00
mlir-tblgen.cpp [mlir][tblgen] Refact mlir-tblgen main into its own library 2022-08-06 14:07:37 +02:00