[all-commits] [llvm/llvm-project] cafaa9: [mlir] fix memory effects of transform::PDLMatchOp

ftynse via All-commits all-commits at lists.llvm.org
Fri Oct 7 01:17:29 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: cafaa9eb7056b8ce91cf08f62da982a898ab4c95
      https://github.com/llvm/llvm-project/commit/cafaa9eb7056b8ce91cf08f62da982a898ab4c95
  Author: Alex Zinenko <zinenko at google.com>
  Date:   2022-10-07 (Fri, 07 Oct 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp

  Log Message:
  -----------
  [mlir] fix memory effects of transform::PDLMatchOp

The op was declaring the effects associated with payload IR as attached
to its operand since ODS doesn't allow otherwise. Implement the memory
effects query method in C++ instead to make the effect not attached to
the operand.




More information about the All-commits mailing list