[PATCH] D76413: [mlir][Linalg] NFC: Clean up for 0-D abstraction.
Han-Chung Wang via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 19 18:40:00 PDT 2020
hanchung added inline comments.
================
Comment at: mlir/lib/Dialect/Linalg/Transforms/LinalgToLoops.cpp:90
+ ArrayRef<Value> outputBuffers) {
+ auto b = ScopedContext::getBuilder();
+ auto &block = op.region().front();
----------------
rriddle wrote:
> Isn't this returning a reference?
Yes, it is. Thanks!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D76413/new/
https://reviews.llvm.org/D76413
More information about the llvm-commits
mailing list