This is an archive of the discontinued LLVM Phabricator instance.

Fix MathTransforms library dependencies
ClosedPublic

Authored by bondhugula on May 3 2023, 4:26 PM.

Details

Summary

The dependencies were set up improperly likely due to past code
locations. MathTransforms shouldn't depend on VectorUtils which add a
whole bunch of additional dependencies; it instead depends on the SCF
dialect.

Diff Detail

Event Timeline

bondhugula created this revision.May 3 2023, 4:26 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2023, 4:26 PM
bondhugula requested review of this revision.May 3 2023, 4:26 PM
mehdi_amini accepted this revision.May 3 2023, 4:32 PM
This revision is now accepted and ready to land.May 3 2023, 4:32 PM
This revision was automatically updated to reflect the committed changes.