This flips all of the remaining dialects to prefixed except for linalg, which
will be done in a followup.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D134995
[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixed ClosedPublic Authored by rriddle on Sep 30 2022, 4:06 PM.
Details Summary This flips all of the remaining dialects to prefixed except for linalg, which
Diff Detail
Event TimelineHerald added subscribers: limo1996, sstefan1, stephenneuendorffer and 2 others. · View Herald Transcript This revision is now accepted and ready to land.Sep 30 2022, 4:42 PM Closed by commit rGc692a11e69d9: [mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixed (authored by rriddle). · Explain WhySep 30 2022, 4:57 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 464441 flang/lib/Lower/OpenACC.cpp
flang/lib/Lower/OpenMP.cpp
flang/lib/Optimizer/Transforms/AffineDemotion.cpp
mlir/include/mlir/Dialect/Async/IR/AsyncDialect.td
mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
mlir/include/mlir/Dialect/MemRef/IR/MemRefBase.td
mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
mlir/include/mlir/Dialect/PDL/IR/PDLDialect.td
mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
|