This is an archive of the discontinued LLVM Phabricator instance.

[mlir][func] Remove unnecessary link dependencies for MLIRFuncTransforms
ClosedPublic

Authored by kuhar on Sep 8 2022, 2:09 PM.

Details

Summary

This is so that FuncTransforms can be used by other dialects without introducing cyclic dependencies.

Tested by building with BUILD_SHARED_LIBS=ON

Diff Detail

Event Timeline

kuhar created this revision.Sep 8 2022, 2:09 PM
Herald added a project: Restricted Project. · View Herald Transcript
kuhar requested review of this revision.Sep 8 2022, 2:09 PM
rriddle accepted this revision.Sep 8 2022, 2:14 PM
This revision is now accepted and ready to land.Sep 8 2022, 2:14 PM
kuhar edited the summary of this revision. (Show Details)Sep 8 2022, 2:16 PM
This revision was landed with ongoing or failed builds.Sep 8 2022, 2:37 PM
This revision was automatically updated to reflect the committed changes.