[Mlir-commits] [mlir] [mlir][ArmNeon] Adds Arm Neon SMMLA, UMMLA, and USMMLA Intrinsics (PR #80511)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Mon Feb 5 02:48:51 PST 2024
================
@@ -1,4 +1,4 @@
-// RUN: mlir-translate -mlir-to-llvmir %s | FileCheck %s
+// RUN: mlir-translate -mlir-to-llvmir -split-input-file %s | FileCheck %s
----------------
banach-space wrote:
If you're adding `-split-input-file`, could you make sure that all cases are separated with `// -----`? Similar suggestion for the other test files.
https://github.com/llvm/llvm-project/pull/80511
More information about the Mlir-commits
mailing list