[all-commits] [llvm/llvm-project] 3ff6ed: [LiveDebugValues] Use std::optional in InstrRefBas...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Nov 26 14:52:47 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3ff6ed810381846c37be960e13d7f71596226a3f
      https://github.com/llvm/llvm-project/commit/3ff6ed810381846c37be960e13d7f71596226a3f
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-11-26 (Sat, 26 Nov 2022)

  Changed paths:
    M llvm/lib/CodeGen/LiveDebugValues/InstrRefBasedImpl.cpp

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