Also make getNumDynamicEntriesUpToIdx a helper function. It does not have to be an interface method.
Depends On: D156857
Paths
| Differential D156864
[mlir][Interfaces][NFC] Delete dead code from OffsetSizeAndStrideOpInterface ClosedPublic Authored by springerm on Aug 2 2023, 1:52 AM.
Details Summary Also make getNumDynamicEntriesUpToIdx a helper function. It does not have to be an interface method. Depends On: D156857
Diff Detail
Event Timelinespringerm added a parent revision: D156857: [mlir][Interfaces][NFC] Use camel case for offset/size/stride accessors.Aug 2 2023, 1:52 AM springerm added a child revision: D156871: [mlir][Interfaces] Split getArrayAttrMaxRanks into 3 functions.Aug 2 2023, 3:24 AM This revision is now accepted and ready to land.Aug 2 2023, 9:48 AM This revision was landed with ongoing or failed builds.Aug 3 2023, 2:47 AM Closed by commit rGb2d1de2d632b: [mlir][Interfaces][NFC] Delete dead code from OffsetSizeAndStrideOpInterface (authored by springerm). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 546359 mlir/include/mlir/Interfaces/ViewLikeInterface.h
mlir/include/mlir/Interfaces/ViewLikeInterface.td
mlir/lib/Interfaces/ViewLikeInterface.cpp
|