This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] Make the implementations for getMixedOffsets/Sizes/Strides independent of OffsetSizeAndStrideOpInterface
ClosedPublic

Authored by frgossen on Aug 3 2022, 3:24 PM.

Details

Summary

The functions are effectively independent of the interface already, however, they take it as an argument for no reason.
The current state complicates reuse outside of MLIR.

Diff Detail

Event Timeline

frgossen created this revision.Aug 3 2022, 3:24 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 3 2022, 3:24 PM
frgossen requested review of this revision.Aug 3 2022, 3:24 PM
frgossen edited the summary of this revision. (Show Details)
pifon2a accepted this revision.Aug 4 2022, 7:39 AM
This revision is now accepted and ready to land.Aug 4 2022, 7:39 AM
frgossen updated this revision to Diff 449996.Aug 4 2022, 8:41 AM
frgossen edited the summary of this revision. (Show Details)

Rebase

This revision was landed with ongoing or failed builds.Aug 4 2022, 8:58 AM
This revision was automatically updated to reflect the committed changes.