[all-commits] [llvm/llvm-project] 3cf591: [mlir][IR] Add `SingleBlock` trait to `ModuleOp`/`...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Sep 30 05:04:53 PDT 2024
Branch: refs/heads/users/matthias-springer/module_single_block
Home: https://github.com/llvm/llvm-project
Commit: 3cf591998b541a1a95b32880502b5ed0a73d2dcc
https://github.com/llvm/llvm-project/commit/3cf591998b541a1a95b32880502b5ed0a73d2dcc
Author: Matthias Springer <mspringer at nvidia.com>
Date: 2024-09-30 (Mon, 30 Sep 2024)
Changed paths:
M flang/lib/Lower/OpenMP/DataSharingProcessor.cpp
M mlir/include/mlir/Dialect/GPU/IR/GPUOps.td
M mlir/include/mlir/IR/BuiltinOps.td
M mlir/lib/Conversion/BufferizationToMemRef/BufferizationToMemRef.cpp
M mlir/lib/Dialect/Bufferization/Transforms/LowerDeallocations.cpp
M mlir/lib/Dialect/SparseTensor/Transforms/SparseGPUCodegen.cpp
Log Message:
-----------
[mlir][IR] Add `SingleBlock` trait to `ModuleOp`/`GPUModuleOp`
The region is already declared as `SizedRegion<1>`, but this will add an additional `getBlock()` convenience function to `ModuleOp`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list