llvm-project/polly/lib/Support
Kazu Hirata 043aa1dbba [polly] 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:29 -08:00
..
DumpFunctionPass.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
DumpModulePass.cpp Remove redundaunt virtual specifiers (NFC) 2022-07-25 23:00:59 -07:00
GICHelper.cpp [Polly] Do not inline dumpIslObj methods. NFC. 2021-10-12 23:52:36 -05:00
ISLTools.cpp [Polly] Generalize the pattern matching to the case of tensor contractions 2022-08-07 13:10:32 +03:00
Mainpage.h
PollyPasses.def [Polly] Migrate -polly-mse to the new pass manager. 2022-06-01 13:37:58 -05:00
RegisterPasses.cpp [polly] Format RegisterPasses.cpp 2022-10-28 10:25:46 -07:00
SCEVAffinator.cpp Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-04 00:10:42 -07:00
SCEVValidator.cpp [Polly] Mark classes as final by default. NFC. 2022-05-17 12:05:39 -05:00
ScopHelper.cpp [polly] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:29 -08:00
ScopLocation.cpp
VirtualInstruction.cpp LLVM_FALLTHROUGH => [[fallthrough]]. NFC 2022-08-09 04:06:52 +00:00