[all-commits] [llvm/llvm-project] 9a0ff4: [mlir][IR] Add `SingleBlock` trait to `ModuleOp`/`...
Matthias Springer via All-commits
all-commits at lists.llvm.org
Mon Sep 30 07:16:15 PDT 2024
Branch: refs/heads/users/matthias-springer/module_single_block
Home: https://github.com/llvm/llvm-project
Commit: 9a0ff45ae93cffa9152f932fede29d45869ca702
https://github.com/llvm/llvm-project/commit/9a0ff45ae93cffa9152f932fede29d45869ca702
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/lib/Conversion/BufferizationToMemRef/BufferizationToMemRef.cpp
M mlir/lib/Conversion/GPUCommon/GPUOpsLowering.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