This is an archive of the discontinued LLVM Phabricator instance.

[Matrix] Bail out early if there are no matrix intrinsics.
ClosedPublic

Authored by fhahn on May 21 2021, 9:20 AM.

Details

Summary

If there are no matrix intrinsics in a function, we can directly bail
out, as there's nothing left to do.

Diff Detail

Event Timeline

fhahn created this revision.May 21 2021, 9:20 AM
fhahn requested review of this revision.May 21 2021, 9:20 AM
Herald added a project: Restricted Project. · View Herald TranscriptMay 21 2021, 9:20 AM
anemet accepted this revision.May 21 2021, 10:26 AM

LGTM!

This revision is now accepted and ready to land.May 21 2021, 10:26 AM
This revision was landed with ongoing or failed builds.May 22 2021, 3:38 AM
This revision was automatically updated to reflect the committed changes.