[PATCH] D76700: [MLIR] Introduce full/partial tile separation using if/else

Mehdi AMINI via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 27 19:51:16 PDT 2020


mehdi_amini added a comment.

Is this a transformation that can be done on a tiled loop nest without the if/else separation?



================
Comment at: mlir/lib/Dialect/Affine/Transforms/LoopTiling.cpp:48
                llvm::cl::desc("Use this tile size for all loops"),
                llvm::cl::cat(clOptionsCategory));
 
----------------
Can you replace all these with pass options?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D76700





More information about the llvm-commits mailing list