Skip to content

Conversation

Copy link

Copilot AI commented Jan 30, 2026

Addresses review feedback questioning the necessity of the dependency-analysis.mlir test file.

Changes

  • Removed test/multi-cgra/taskflow/dependency-analysis/dependency-analysis.mlir

Rationale

The AnalyzeMCTDependencyPass is diagnostic-only (prints to stderr, no IR transformation). The actual dependency analysis logic lives in PlaceMCTOnCGRAPass and is already covered by placement tests (irregular-loop.mlir, etc.). Testing diagnostic output adds maintenance burden without value.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

The AnalyzeMCTDependencyPass is a diagnostic-only pass that prints to stderr
and doesn't affect compilation. The actual dependency analysis logic is
duplicated in PlaceMCTOnCGRAPass and is already tested through placement tests.
Removing this test reduces maintenance burden without losing test coverage.

Co-authored-by: guosran <165251838+guosran@users.noreply.github.com>
Copilot AI changed the title [WIP] Update to address feedback on Spatial Task Placement Remove unnecessary test for diagnostic-only AnalyzeMCTDependencyPass Jan 30, 2026
Copilot AI requested a review from guosran January 30, 2026 02:37
@guosran guosran closed this Jan 30, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants