[all-commits] [llvm/llvm-project] 3c080e: [ROCDL] Added missing named barrier ops (gfx1250) ...

ravil-mobile via All-commits all-commits at lists.llvm.org
Thu Oct 9 17:06:23 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3c080edd565f55d224e9e3e59df134cb5b3a0be7
      https://github.com/llvm/llvm-project/commit/3c080edd565f55d224e9e3e59df134cb5b3a0be7
  Author: ravil-mobile <ravil.aviva.com at gmail.com>
  Date:   2025-10-09 (Thu, 09 Oct 2025)

  Changed paths:
    M mlir/include/mlir/Dialect/LLVMIR/ROCDLOps.td
    M mlir/test/Dialect/LLVMIR/rocdl.mlir
    M mlir/test/Target/LLVMIR/rocdl.mlir

  Log Message:
  -----------
  [ROCDL] Added missing named barrier ops (gfx1250) (#162488)

This patch introduces some missing s.barrier instructions in the ROCDL
dialect handling named barriers

Specifically:
```
@llvm.amdgcn.s.barrier.init - s_barrier_init
@llvm.amdgcn.s.barrier.join - s_barrier_join
@llvm.amdgcn.s.barrier.leave - s_barrier_leave
@llvm.amdgcn.s.barrier.signal.isfirst - s_barrier_signal_isfirst
@llvm.amdgcn.s.get.barrier.state - s_get_barrier_state
```



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