[all-commits] [llvm/llvm-project] 527321: [mlir] Use std::optional instead of llvm::Optional...
kazutakahirata via All-commits
all-commits at lists.llvm.org
Mon Jan 2 18:56:24 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5273219e57a85ea360639e21d2fcc8b3edc429f5
https://github.com/llvm/llvm-project/commit/5273219e57a85ea360639e21d2fcc8b3edc429f5
Author: Kazu Hirata <kazu at google.com>
Date: 2023-01-02 (Mon, 02 Jan 2023)
Changed paths:
M mlir/lib/ExecutionEngine/OptUtils.cpp
Log Message:
-----------
[mlir] Use std::optional instead of llvm::Optional (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