[Mlir-commits] [mlir] [mlir] Add `SelectPass` (PR #130409)
Jacques Pienaar
llvmlistbot at llvm.org
Sat Mar 8 06:36:20 PST 2025
================
@@ -0,0 +1,24 @@
+// RUN: mlir-opt %s -pass-pipeline='builtin.module(gpu.module(select-pass{ \
+// RUN: name=TestSelectPass \
+// RUN: select-cond-name=test.attr \
+// RUN: select-values=rocdl,nvvm \
+// RUN: select-pipelines=convert-gpu-to-rocdl,convert-gpu-to-nvvm \
+// RUN: }))' -split-input-file | FileCheck %s
----------------
jpienaar wrote:
Can remove split-input-file as there is no split.
https://github.com/llvm/llvm-project/pull/130409
More information about the Mlir-commits
mailing list