[all-commits] [llvm/llvm-project] 3e07b0: [MLIR] Fix lowering of affine operations with retu...
Prateek Gupta via All-commits
all-commits at lists.llvm.org
Tue Dec 22 08:16:33 PST 2020
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3e07b0b9d3363fb767cbbaa2593fa91ac393fb7e
https://github.com/llvm/llvm-project/commit/3e07b0b9d3363fb767cbbaa2593fa91ac393fb7e
Author: Prateek Gupta <prateek at polymagelabs.com>
Date: 2020-12-22 (Tue, 22 Dec 2020)
Changed paths:
M mlir/lib/Conversion/AffineToStandard/AffineToStandard.cpp
M mlir/test/Conversion/AffineToStandard/lower-affine.mlir
Log Message:
-----------
[MLIR] Fix lowering of affine operations with return values
This commit addresses the issue of lowering affine.for and
affine.parallel having return values. Relevant test cases are also
added.
Signed-off-by: Prateek Gupta <prateek at polymagelabs.com>
Differential Revision: https://reviews.llvm.org/D93090
More information about the All-commits
mailing list