[all-commits] [llvm/llvm-project] f207cf: [Scalar] Use std::optional in LoopStrengthReduce.c...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Sat Nov 26 17:27:10 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: f207cf1d93787696ce130a1deeb1f11196e528ec
https://github.com/llvm/llvm-project/commit/f207cf1d93787696ce130a1deeb1f11196e528ec
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-26 (Sat, 26 Nov 2022)
Changed paths:
M llvm/lib/Transforms/Scalar/LoopStrengthReduce.cpp
Log Message:
-----------
[Scalar] Use std::optional in LoopStrengthReduce.cpp (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
More information about the All-commits
mailing list