[all-commits] [llvm/llvm-project] 10041d: [mlir] Use llvm::transformOptional (NFC)

kazutakahirata via All-commits all-commits at lists.llvm.org
Wed Dec 14 18:32:22 PST 2022


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

  Changed paths:
    M mlir/include/mlir/Analysis/Presburger/IntegerRelation.h
    M mlir/unittests/Analysis/Presburger/Utils.h

  Log Message:
  -----------
  [mlir] Use llvm::transformOptional (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