[all-commits] [llvm/llvm-project] aad2d2: [Utils] Use std::optional in AMDGPUBaseInfo.cpp (NFC)
kazutakahirata via All-commits
all-commits at lists.llvm.org
Fri Nov 25 22:43:15 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: aad2d272bf9e57bfc01c546224ca531783c0373b
https://github.com/llvm/llvm-project/commit/aad2d272bf9e57bfc01c546224ca531783c0373b
Author: Kazu Hirata <kazu at google.com>
Date: 2022-11-25 (Fri, 25 Nov 2022)
Changed paths:
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp
Log Message:
-----------
[Utils] Use std::optional in AMDGPUBaseInfo.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