This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][Affine] Fix addInductionVarOrTerminalSymbol
ClosedPublic

Authored by bondhugula on Mar 20 2023, 7:37 PM.

Details

Summary

Update affine analysis method addInductionVarOrTerminalSymbol for
affine.parallel IV.

Fixes https://github.com/llvm/llvm-project/issues/61371

Diff Detail

Event Timeline

bondhugula created this revision.Mar 20 2023, 7:37 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 20 2023, 7:37 PM
bondhugula requested review of this revision.Mar 20 2023, 7:37 PM

Add CHECK-LABEL line.

dcaballe accepted this revision.Mar 20 2023, 8:23 PM
This revision is now accepted and ready to land.Mar 20 2023, 8:23 PM
This revision was automatically updated to reflect the committed changes.