Overcome the assumption that parallel loops are only nested in other parallel
loops.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
You have two typos in the commit message: prarallel in the title and assumtion in the description.
LGTM otherwise.
mlir/lib/Dialect/SCF/Transforms/ParallelLoopTiling.cpp | ||
---|---|---|
131 | Nit: SmallVectorImpl for arguments. | |
135 | Can we spell out the types here? They are fairly trivial I think (if it isn't Region& and Block& then auto would be misleading anyway)x |
Nit: SmallVectorImpl for arguments.