This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix a bug in affine-loop-normalize
AbandonedPublic

Authored by vimal-polymagelabs on Jul 24 2023, 11:51 PM.

Details

Summary

The existing logic was not sufficient for the case of loops with lower
and upper bounds with different operand lists.

Diff Detail