[all-commits] [llvm/llvm-project] 206015: [mlir] NFC Replace some code snippets with equival...
Tres via All-commits
all-commits at lists.llvm.org
Mon Aug 9 23:22:34 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 20601554807a227383ba4ffa700f193e8abf9aeb
https://github.com/llvm/llvm-project/commit/20601554807a227383ba4ffa700f193e8abf9aeb
Author: Tres Popp <tpopp at google.com>
Date: 2021-08-10 (Tue, 10 Aug 2021)
Changed paths:
M mlir/lib/Dialect/SCF/Transforms/LoopSpecialization.cpp
Log Message:
-----------
[mlir] NFC Replace some code snippets with equivalent method calls
Replace some code snippets With scf::ForOp methods. Additionally,
share a listener at one more point (although this pattern is still
not safe to roll back currently)
Differential Revision: https://reviews.llvm.org/D107754
More information about the All-commits
mailing list