This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Fix affine analysis check for ops with no common block
ClosedPublic

Authored by bondhugula on Mar 6 2023, 7:07 PM.

Details

Summary

Fix affine analysis check for ops with no common block in their affine
scope. Clean up some out of date comments and naming.

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

Diff Detail

Event Timeline

bondhugula created this revision.Mar 6 2023, 7:07 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 6 2023, 7:07 PM
bondhugula requested review of this revision.Mar 6 2023, 7:07 PM
bondhugula updated this revision to Diff 502902.Mar 6 2023, 7:12 PM

Add test case comment.

springerm accepted this revision.Mar 7 2023, 12:00 AM
This revision is now accepted and ready to land.Mar 7 2023, 12:00 AM