[all-commits] [llvm/llvm-project] 959c9c: [AMDGPU] Use std::optional in AMDGPUInstructionSel...

kazutakahirata via All-commits all-commits at lists.llvm.org
Fri Nov 25 22:23:23 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 959c9cc7acf4d0aa433f2436e2a45b782e18022a
      https://github.com/llvm/llvm-project/commit/959c9cc7acf4d0aa433f2436e2a45b782e18022a
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-11-25 (Fri, 25 Nov 2022)

  Changed paths:
    M llvm/lib/Target/AMDGPU/AMDGPUInstructionSelector.cpp

  Log Message:
  -----------
  [AMDGPU] Use std::optional in AMDGPUInstructionSelector.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