[PATCH] D76897: [mlir][Linalg] Extend fusion to support WAW atm on buffers.

Han-Chung Wang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 31 17:39:30 PDT 2020


hanchung updated this revision to Diff 254046.
hanchung marked 8 inline comments as done.
hanchung added a comment.

Address comments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D76897/new/

https://reviews.llvm.org/D76897

Files:
  mlir/include/mlir/Dialect/Linalg/Analysis/DependenceAnalysis.h
  mlir/include/mlir/Dialect/Linalg/IR/LinalgStructuredOpsInterface.td
  mlir/include/mlir/Dialect/Linalg/IR/LinalgTraits.h
  mlir/lib/Dialect/Linalg/Analysis/DependenceAnalysis.cpp
  mlir/lib/Dialect/Linalg/Transforms/Fusion.cpp
  mlir/test/Dialect/Linalg/fusion.mlir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D76897.254046.patch
Type: text/x-patch
Size: 12410 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200401/21c211b7/attachment.bin>


More information about the llvm-commits mailing list