[all-commits] [llvm/llvm-project] a9a1b4: [VectorToLLVM] Use std::optional in ConvertVectorT...

kazutakahirata via All-commits all-commits at lists.llvm.org
Sat Dec 10 10:43:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a9a1b45b3c2ef0a44a56cb6e677e4daa4b29fbc6
      https://github.com/llvm/llvm-project/commit/a9a1b45b3c2ef0a44a56cb6e677e4daa4b29fbc6
  Author: Kazu Hirata <kazu at google.com>
  Date:   2022-12-10 (Sat, 10 Dec 2022)

  Changed paths:
    M mlir/lib/Conversion/VectorToLLVM/ConvertVectorToLLVM.cpp

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