llvm-project/polly/lib/Analysis
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
..
DependenceInfo.cpp [Polly][MatMul] Abandon dependence analysis. 2022-06-29 17:20:05 -05:00
PolyhedralInfo.cpp Remove unneeded cl::ZeroOrMore for cl::opt/cl::list options 2022-06-05 00:31:44 -07:00
PruneUnprofitable.cpp [Polly] Mark classes as final by default. NFC. 2022-05-17 12:05:39 -05:00
ScopBuilder.cpp [Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regions. 2022-10-20 13:35:09 -05:00
ScopDetection.cpp [Polly] Ensure -polly-detect-keep-going still eventually rejects invalid regions. 2022-10-20 13:35:09 -05:00
ScopDetectionDiagnostic.cpp [Polly] Reject regions entered by an indirectbr/callbr. 2021-09-27 18:49:11 -05:00
ScopGraphPrinter.cpp Remove unneeded cl::ZeroOrMore for cl::opt options 2022-06-04 00:10:42 -07:00
ScopInfo.cpp [polly] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:29 -08:00
ScopPass.cpp Make dependency between certain analysis passes transitive (reapply) 2021-05-05 15:17:55 +02:00