This commit fixes the lowering of Affine.IfOp to SCF.IfOp in the
presence of yield values. These changes have been made as a part of
-lower-affine pass.
Relevant test case is added.
Differential D98760
[MLIR] Fix lowering of Affine IfOp in the presence of yield values. Shukla-Gaurav on Mar 16 2021, 10:12 PM. Authored by
Details This commit fixes the lowering of Affine.IfOp to SCF.IfOp in the Relevant test case is added.
Diff Detail
Event TimelineComment Actions Thanks for fixing this! |