[Mlir-commits] [mlir] [mlir][spirv][gpu] Add lowering for gpu.subgroup_broadcast (PR #187947)

Igor Wodiany llvmlistbot at llvm.org
Mon Mar 23 02:36:37 PDT 2026


================
@@ -0,0 +1,47 @@
+// RUN: mlir-opt -split-input-file -convert-gpu-to-spirv -verify-diagnostics %s -o - | FileCheck %s
----------------
IgWod wrote:

```suggestion
// RUN: mlir-opt --split-input-file --convert-gpu-to-spirv --verify-diagnostics %s -o - | FileCheck %s
```

Also do we actually need `--verify-diagnostics`?

https://github.com/llvm/llvm-project/pull/187947


More information about the Mlir-commits mailing list