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

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


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