[all-commits] [llvm/llvm-project] 5c99c2: [GISel] Use std::optional in AArch64InstructionSel...

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


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

  Changed paths:
    M llvm/lib/Target/AArch64/GISel/AArch64InstructionSelector.cpp

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