[PATCH] D78274: [MLIR] NFC after commit D77478.
Uday Bondhugula via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 16 01:33:55 PDT 2020
bondhugula added inline comments.
================
Comment at: mlir/lib/Transforms/Inliner.cpp:521
// isolated. This avoids potentially mutating the regions of nodes defined
- // above, this is also a stipulation of the 'applyPatternsGreedily' driver.
+ // above, this is also a stipulation of the 'applyPatternsAndFoldGreedily' driver.
auto *region = node->getCallableRegion();
----------------
Line wrap to 80 columns.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D78274/new/
https://reviews.llvm.org/D78274
More information about the llvm-commits
mailing list