[llvm] [AMDGPU] Add amdgpu-lower-exec-sync pass to lower named-barrier globals (PR #165692)
via llvm-commits
llvm-commits at lists.llvm.org
Sat Nov 8 21:36:27 PST 2025
================
@@ -0,0 +1,67 @@
+; RUN: opt -S -mtriple=amdgcn-- -amdgpu-lower-exec-sync < %s 2>&1 | FileCheck %s
+
+%class.ExpAmdWorkgroupWaveBarrier = type { target("amdgcn.named.barrier", 0) }
----------------
skc7 wrote:
Updated this test with auto-generates checks.
new-pm RUN line has been added in new patch in #166731
https://github.com/llvm/llvm-project/pull/165692
More information about the llvm-commits
mailing list