[all-commits] [llvm/llvm-project] 7d5bef: [mlir] make DiagnosedSilenceableError(LogicalResul...

ftynse via All-commits all-commits at lists.llvm.org
Mon Dec 12 04:52:22 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7d5bef77e560f172ebd13471eb24c4cb6063b568
      https://github.com/llvm/llvm-project/commit/7d5bef77e560f172ebd13471eb24c4cb6063b568
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-12-12 (Mon, 12 Dec 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
    M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.td
    M mlir/lib/Dialect/GPU/TransformOps/GPUTransformOps.cpp
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    M mlir/lib/Dialect/MemRef/TransformOps/MemRefTransformOps.cpp
    M mlir/lib/Dialect/SCF/TransformOps/SCFTransformOps.cpp

  Log Message:
  -----------
  [mlir] make DiagnosedSilenceableError(LogicalResult) ctor private

Now we have more convenient functions to construct silenceable errors
while emitting diagnostics, and the constructor is ambiguous as it
doesn't tell whether the logical error is silencebale or definite.

Reviewed By: nicolasvasilache

Differential Revision: https://reviews.llvm.org/D137257




More information about the All-commits mailing list