This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Analysis][NFC] Disambiguate FlatAffineConstraints constructor
ClosedPublic

Authored by springerm on Aug 8 2021, 11:01 PM.

Details

Summary

The following constructor call (and others) used to be ambiguous:

FlatAffineConstraints constraints(0, 0, 0);

Depends On D107724

Diff Detail

Event Timeline

springerm created this revision.Aug 8 2021, 11:01 PM
springerm requested review of this revision.Aug 8 2021, 11:01 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 8 2021, 11:01 PM
bondhugula accepted this revision.Aug 9 2021, 10:50 AM

I think this revision doesn't need to depend on anything and can go in right away?

This revision is now accepted and ready to land.Aug 9 2021, 10:50 AM

Thanks for fixing this.

This revision was landed with ongoing or failed builds.Aug 9 2021, 6:37 PM
This revision was automatically updated to reflect the committed changes.
springerm edited the summary of this revision. (Show Details)Aug 10 2021, 4:25 AM