Move the class to where all base classes are defined.
Also remove all the builders since they are defined in subclasses anyway.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D89620
[mlir][nfc] Move BaseOpWithOffsetSizesAndStrides to the beginning of Ops.td. ClosedPublic Authored by pifon2a on Oct 17 2020, 4:20 AM.
Details Summary Move the class to where all base classes are defined.
Diff Detail
Event TimelineHerald added subscribers: stephenneuendorffer, nicolasvasilache. · View Herald TranscriptOct 17 2020, 4:20 AM This revision is now accepted and ready to land.Oct 19 2020, 12:35 AM This revision was landed with ongoing or failed builds.Oct 19 2020, 4:37 AM Closed by commit rG1e1dd130349a: [mlir][nfc] Move BaseOpWithOffsetSizesAndStrides to the beginning of Ops.td. (authored by pifon2a). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 299005 mlir/include/mlir/Dialect/StandardOps/IR/Ops.td
|