[PATCH] D133985: [mlir][transform] Add multi-buffering to the transform dialect
Nicolas Vasilache via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 19 03:44:35 PDT 2022
nicolasvasilache accepted this revision.
nicolasvasilache added inline comments.
================
Comment at: mlir/test/Dialect/MemRef/transform-ops.mlir:18
+
+ // CHECK: scf.for %[[IV:.*]] = %[[C0]]
+ scf.for %i0 = %c0 to %c16 step %c4 {
----------------
should this capture the fact that the step should has doubled from 4 to 8 ?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D133985/new/
https://reviews.llvm.org/D133985
More information about the llvm-commits
mailing list