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

Alex Zinenko via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 09:27:57 PDT 2020


ftynse 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`.
----------------
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


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