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

Uday Bondhugula via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 16 08:22:00 PDT 2020


bondhugula 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`.
----------------
Why is this added to LoopUtils.h? It has nothing to do with loops in particular. This could have been in Value.h.


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