[Mlir-commits] [mlir] [MLIR][VCIX] Support VCIX intrinsics in LLVMIR dialect (PR #75875)

Diego Caballero llvmlistbot at llvm.org
Tue Feb 6 11:56:21 PST 2024


================
@@ -0,0 +1,171 @@
+// RUN: mlir-opt --split-input-file --verify-diagnostics --test-math-to-vcix %s -o - | FileCheck %s
----------------
dcaballe wrote:

Could you add the `// -----` (exactly 5 dashes) comment between each test so that `--split-input-file` works?

I think `-o -` might not be necessary.

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


More information about the Mlir-commits mailing list