[PATCH] D78209: [MLIR] Fix fusion of linalg.indexed_generic producer into tiled (Indexed)GenericOp.

Alexander Belyaev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sat Apr 18 07:33:01 PDT 2020


pifon2a marked 3 inline comments as done.
pifon2a added inline comments.


================
Comment at: mlir/include/mlir/Transforms/LoopUtils.h:290
 
+/// Replaces all uses of `orig` with `replacement` except if the user is listed
+/// in `exceptions`.
----------------
ftynse wrote:
> bondhugula wrote:
> > Why is this added to LoopUtils.h? It has nothing to do with loops in particular. This could have been in Value.h.
> It sounds like moving that across can be a separate NFC change
Yes, here it is https://reviews.llvm.org/D78426


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D78209





More information about the llvm-commits mailing list