llvm-project/llvm/utils/TableGen/GlobalISel
Kazu Hirata ed88e60b37 [utils] 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-02 21:11:42 -08:00
..
CMakeLists.txt
CodeExpander.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
CodeExpander.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
CodeExpansions.h [GISel] Fix match tree emitter. 2022-09-18 00:00:15 +00:00
GIMatchDag.cpp Revert "[NFC] Make format() more amenable to format attributes" 2022-11-16 19:09:49 +04:00
GIMatchDag.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagEdge.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagEdge.h
GIMatchDagInstr.cpp
GIMatchDagInstr.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagOperands.cpp
GIMatchDagOperands.h
GIMatchDagPredicate.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagPredicate.h [llvm] Remove redundaunt virtual specifiers (NFC) 2022-07-24 21:50:35 -07:00
GIMatchDagPredicateDependencyEdge.cpp Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchDagPredicateDependencyEdge.h Cleanup includes for LLVMTableGenGlobalISel 2022-01-28 11:50:50 +01:00
GIMatchTree.cpp [GISel] TreeMatcher: always skip leaves if they don't care 2022-09-20 20:55:02 +00:00
GIMatchTree.h [utils] Use std::nullopt instead of None (NFC) 2022-12-02 21:11:42 -08:00