[PATCH] D74288: [MLIR][Affine] Add affine.parallel op
Frank Laub via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Feb 11 14:59:06 PST 2020
flaub marked 3 inline comments as done.
flaub added inline comments.
================
Comment at: mlir/lib/Dialect/AffineOps/AffineOps.cpp:2209
+ bodyRegion->push_back(body);
+ ensureTerminator(*bodyRegion, *builder, result.location);
+}
----------------
`ensureTermniator` is unnecessary, or just the redundant comment line?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D74288/new/
https://reviews.llvm.org/D74288
More information about the llvm-commits
mailing list