llvm-project/llvm/unittests/CodeGen/GlobalISel
Kazu Hirata b6a01caa64 [llvm/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-02 22:10:37 -08:00
..
CMakeLists.txt [GlobalISel] Add a store-merging optimization pass and enable for AArch64. 2021-11-15 21:10:39 -08:00
CSETest.cpp Cleanup includes: DebugInfo & CodeGen 2022-03-12 17:26:40 +01:00
ConstantFoldingTest.cpp [llvm] Use value instead of getValue (NFC) 2022-07-13 23:11:56 -07:00
GISelAliasTest.cpp Cleanup codegen includes 2022-03-16 08:43:00 +01:00
GISelMITest.cpp [llvm/unittests] Use std::nullopt instead of None (NFC) 2022-12-02 22:10:37 -08:00
GISelMITest.h
GISelUtilsTest.cpp [GlobalISel] Add isConstFalseVal helper to Utils 2022-09-28 15:44:26 -07:00
KnownBitsTest.cpp [GlobalISel] Add computeNumSignBits() support for compares. 2022-10-05 00:28:08 +01:00
KnownBitsVectorTest.cpp GlobalISel: Implement computeKnownBits for overflow bool results 2022-04-11 19:43:37 -04:00
LegalizerHelperTest.cpp [GIsel] Add missing libcall for G_MUL to LegalizerHelper 2022-08-02 13:35:25 -04:00
LegalizerInfoTest.cpp [GlobalISel][Legalizer] Fix minScalarEltSameAsIf to handle p0 element types. 2022-09-13 00:01:37 +01:00
LegalizerTest.cpp
MachineIRBuilderTest.cpp
PatternMatchTest.cpp [GlobalISel] Add commutative matchers for compares. 2022-10-07 20:06:13 -07:00