[all-commits] [llvm/llvm-project] 923f82: [mlir][Linalg] Move verification of block argument...

Adrian Kuegel via All-commits all-commits at lists.llvm.org
Mon Aug 29 03:12:41 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 923f824fe104b79503a172ebdeef27916c6b7ced
      https://github.com/llvm/llvm-project/commit/923f824fe104b79503a172ebdeef27916c6b7ced
  Author: Adrian Kuegel <akuegel at google.com>
  Date:   2022-08-29 (Mon, 29 Aug 2022)

  Changed paths:
    M mlir/lib/Dialect/Linalg/IR/LinalgInterfaces.cpp

  Log Message:
  -----------
  [mlir][Linalg] Move verification of block arguments back.

DestinationStyleOpInterface should be possible to use for ops that don't
have regions. Therefore the check for block arguments should be done in
verifyStructedOpInterface.

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




More information about the All-commits mailing list