[all-commits] [llvm/llvm-project] 237784: [AMDGPU] Remove std::optional from VOPD::Component...
Stanislav Mekhanoshin via All-commits
all-commits at lists.llvm.org
Fri Jul 21 11:09:13 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 237784dd3005e1bb7495fe304d55d98f926c295c
https://github.com/llvm/llvm-project/commit/237784dd3005e1bb7495fe304d55d98f926c295c
Author: Stanislav Mekhanoshin <Stanislav.Mekhanoshin at amd.com>
Date: 2023-07-21 (Fri, 21 Jul 2023)
Changed paths:
M llvm/lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h
Log Message:
-----------
[AMDGPU] Remove std::optional from VOPD::ComponentProps. NFC.
This class has to be fast and efficient with a trivial copy
constructor.
Differential Revision: https://reviews.llvm.org/D155881
More information about the All-commits
mailing list