[PATCH] D143747: [mlir][MemRef][Transform] Don't apply multibuffer on "useless" allocs

Quentin Colombet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 13 00:52:47 PST 2023


qcolombet marked an inline comment as done.
qcolombet added inline comments.


================
Comment at: mlir/lib/Dialect/MemRef/TransformOps/MemRefTransformOps.cpp:15
 #include "mlir/Dialect/PDL/IR/PDL.h"
+#include "mlir/Dialect/SCF/IR/SCF.h"
 #include "mlir/Dialect/Transform/IR/TransformDialect.h"
----------------
nicolasvasilache wrote:
> qcolombet wrote:
> > I'm guessing I need to modify some bazel files because of this new dependency, right?
> > 
> > (And looks like I dropped the CMakeFiles.txt changes as well and nothing broke x))
> It is likely.
> 
> I use this to run locally for bazel : https://github.com/nicolasvasilache/nicolas.vasilache.github.io/blob/master/.venv/mlirdev/bin/activate#L64
> 
> That catch 99% of what I usually need.
> 
> 
Thanks!


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D143747



More information about the llvm-commits mailing list