Additionally, NFC code cleanups were done.
This is to address additional comments on
https://reviews.llvm.org/D76363
| Paths 
 |  Differential  D77052  
[MLIR] Rename collapsePLoops -> collapseParallelLoops ClosedPublic Authored by tpopp on Mar 30 2020, 4:50 AM. 
Details Summary Additionally, NFC code cleanups were done. This is to address additional comments on 
Diff Detail 
 Event Timelinebondhugula added inline comments. 
 This revision is now accepted and ready to land.Mar 30 2020, 9:19 AM tpopp added inline comments. 
 Closed by commit rG90b7bbffddc6: [MLIR] Rename collapsePLoops -> collapseParallelLoops (authored by Tres Popp <tpopp@google.com>).  ·  Explain WhyApr 1 2020, 1:37 AM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
Diff 254113 mlir/include/mlir/Transforms/LoopUtils.h
 mlir/lib/Transforms/ParallelLoopCollapsing.cpp
 mlir/lib/Transforms/Utils/LoopUtils.cpp
 mlir/test/Transforms/parallel-loop-collapsing.mlir
 mlir/test/Transforms/single-parallel-loop-collapsing.mlir
 | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
inner.getBody() to avoid confusion since this is a single block region.