llvm-project/mlir/lib/Analysis/Presburger
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
..
CMakeLists.txt [MLIR][Presburger] introduce MPInt to support fast arbitrary precision in Presburger 2022-07-11 15:46:44 +01:00
IntegerRelation.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
LinearTransform.cpp [MLIR][Presburger] Add hermite normal form computation to Matrix 2022-09-14 16:39:05 +01:00
MPInt.cpp [MLIR][Presburger] introduce MPInt to support fast arbitrary precision in Presburger 2022-07-11 15:46:44 +01:00
Matrix.cpp [MLIR][Presburger] Add hermite normal form computation to Matrix 2022-09-14 16:39:05 +01:00
PWMAFunction.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
PresburgerRelation.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00
PresburgerSpace.cpp [MLIR][Presburger] Refactor MultiAffineFunction to be defined over universe 2022-09-11 01:12:09 +01:00
Simplex.cpp [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
SlowMPInt.cpp [MLIR][Presburger] SlowMPInt::gcd: fix crash when sizes differ 2022-08-04 19:15:50 +01:00
Utils.cpp [mlir] Use std::nullopt instead of None (NFC) 2022-12-03 18:50:27 -08:00