[all-commits] [llvm/llvm-project] fdcece: Add lowering for loop.parallel to cfg.
Stephan Herhut via All-commits
all-commits at lists.llvm.org
Tue Jan 28 03:00:21 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: fdcecefe30d8c54b51c8c796adbc9c60bb47088d
https://github.com/llvm/llvm-project/commit/fdcecefe30d8c54b51c8c796adbc9c60bb47088d
Author: Stephan Herhut <herhut at google.com>
Date: 2020-01-28 (Tue, 28 Jan 2020)
Changed paths:
M mlir/include/mlir/Dialect/LoopOps/LoopOps.td
M mlir/lib/Conversion/LoopToStandard/ConvertLoopToStandard.cpp
M mlir/test/Conversion/convert-to-cfg.mlir
Log Message:
-----------
Add lowering for loop.parallel to cfg.
Summary:
This also removes the explicit pattern for loop.terminator to ensure
that the terminator is only erased if the parent op is rewritten.
Reductions are not yet supported.
Reviewers: nicolasvasilache
Subscribers: mehdi_amini, rriddle, jpienaar, burmako, shauheen, antiagainst, arpith-jacob, mgester, lucyrfox, aartbik, liufengdb, llvm-commits
Tags: #llvm
Differential Revision: https://reviews.llvm.org/D73348
More information about the All-commits
mailing list