[all-commits] [llvm/llvm-project] 2f1ce8: [mlir][IR] Add `SingleBlock` trait to `ModuleOp`/`...

Matthias Springer via All-commits all-commits at lists.llvm.org
Mon Sep 30 05:10:16 PDT 2024


  Branch: refs/heads/users/matthias-springer/module_single_block
  Home:   https://github.com/llvm/llvm-project
  Commit: 2f1ce8bb93ae1474a9c717bc0c65dc9a3b3a55b4
      https://github.com/llvm/llvm-project/commit/2f1ce8bb93ae1474a9c717bc0c65dc9a3b3a55b4
  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