This is an archive of the discontinued LLVM Phabricator instance.

[SVE] Tidy up the bfloat matmul instruction classes
ClosedPublic

Authored by david-arm on Nov 28 2022, 3:50 AM.

Details

Summary

It doesn't really make sense for the bfloat matmul to derive
from sve_bfloat_dot_base, especially since it's not used
anywhere else.

Diff Detail

Event Timeline

david-arm created this revision.Nov 28 2022, 3:50 AM
Herald added a project: Restricted Project. · View Herald Transcript
david-arm requested review of this revision.Nov 28 2022, 3:50 AM
Herald added a project: Restricted Project. · View Herald TranscriptNov 28 2022, 3:50 AM
sdesmalen accepted this revision.Nov 28 2022, 3:55 AM

Seems sensible :)

This revision is now accepted and ready to land.Nov 28 2022, 3:55 AM
This revision was landed with ongoing or failed builds.Nov 28 2022, 5:17 AM
This revision was automatically updated to reflect the committed changes.