This is an archive of the discontinued LLVM Phabricator instance.

Reduce input arguments for `getPackingInfoFromConsumer` (NFC)
ClosedPublic

Authored by chelini on Jan 16 2023, 3:26 AM.

Details

Summary

Pass to getPackingInfoFromConsumer the tensor.pack op instead of all
the arguments derived from it. Additionally, remove the padding from the
struct, as we currently don't handle propagation when tensor.pack
requires padding. We will add back the field when we will need it.

Diff Detail

Event Timeline

chelini created this revision.Jan 16 2023, 3:26 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 16 2023, 3:26 AM
chelini requested review of this revision.Jan 16 2023, 3:26 AM
hanchung accepted this revision.Jan 17 2023, 1:20 PM
This revision is now accepted and ready to land.Jan 17 2023, 1:20 PM
This revision was landed with ongoing or failed builds.Jan 18 2023, 10:03 AM
This revision was automatically updated to reflect the committed changes.