[Mlir-commits] [mlir] [mlir][SPIRV] Lower ptr dialect to PBA addresses (PR #206159)

Igor Wodiany llvmlistbot at llvm.org
Mon Jun 29 02:05:34 PDT 2026


================
@@ -0,0 +1,43 @@
+// RUN: mlir-opt %s -split-input-file -convert-ptr-to-spirv | FileCheck %s
----------------
IgWod wrote:

```suggestion
// RUN: mlir-opt %s --split-input-file --convert-ptr-to-spirv | FileCheck %s
```

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


More information about the Mlir-commits mailing list