[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,148 @@
+// RUN: mlir-translate --mlir-to-llvmir %s | FileCheck %s
----------------
dcaballe wrote:

I'm not sure if `--split-input-file` is supported by `mlir-translate` but please try to add it as well.

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


More information about the Mlir-commits mailing list