[all-commits] [llvm/llvm-project] c692a1: [mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL di...
River Riddle via All-commits
all-commits at lists.llvm.org
Fri Sep 30 16:57:04 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c692a11e69d97d0ace89157515aefd103043d33a
https://github.com/llvm/llvm-project/commit/c692a11e69d97d0ace89157515aefd103043d33a
Author: River Riddle <riddleriver at gmail.com>
Date: 2022-09-30 (Fri, 30 Sep 2022)
Changed paths:
M flang/lib/Lower/OpenACC.cpp
M flang/lib/Lower/OpenMP.cpp
M flang/lib/Optimizer/Transforms/AffineDemotion.cpp
M mlir/include/mlir/Dialect/Async/IR/AsyncDialect.td
M mlir/include/mlir/Dialect/GPU/IR/GPUBase.td
M mlir/include/mlir/Dialect/MemRef/IR/MemRefBase.td
M mlir/include/mlir/Dialect/OpenACC/OpenACCOps.td
M mlir/include/mlir/Dialect/OpenMP/OpenMPOps.td
M mlir/include/mlir/Dialect/PDL/IR/PDLDialect.td
M mlir/lib/Dialect/MemRef/Transforms/FoldMemRefAliasOps.cpp
M mlir/lib/Dialect/MemRef/Transforms/SimplifyExtractStridedMetadata.cpp
Log Message:
-----------
[mlir] Flip Async/GPU/MemRef/OpenACC/OpenMP/PDL dialects to prefixed
This flips all of the remaining dialects to prefixed except for linalg, which
will be done in a followup.
Differential Revision: https://reviews.llvm.org/D134995
More information about the All-commits
mailing list