This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Presburger] Remove slow applyDomainAndRange test
ClosedPublic

Authored by Groverkss on Aug 21 2023, 4:03 AM.

Details

Summary

The test creates two maps, which explode in output size when subtracting,
causing the test to take +11 seconds on a debug build. Removing the slow
test until more simplifications in subtraction are added.

Diff Detail

Event Timeline

Groverkss created this revision.Aug 21 2023, 4:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptAug 21 2023, 4:03 AM
Groverkss requested review of this revision.Aug 21 2023, 4:03 AM
Groverkss updated this revision to Diff 551973.Aug 21 2023, 4:07 AM

Remove the slow test, keep the other test

Groverkss retitled this revision from [mlir][Presburger] Disable applyDomainAndRange test to [mlir][Presburger] Remove slow applyDomainAndRange test.Aug 21 2023, 4:09 AM
Groverkss edited the summary of this revision. (Show Details)
arjunp accepted this revision.Aug 21 2023, 4:12 AM

Thanks!

This revision is now accepted and ready to land.Aug 21 2023, 4:12 AM
This revision was automatically updated to reflect the committed changes.