[Mlir-commits] [mlir] [mlir][arith] Add comparison integration tests (PR #96974)

Andrzej WarzyƄski llvmlistbot at llvm.org
Tue Aug 20 13:12:23 PDT 2024


================
@@ -0,0 +1,159 @@
+// RUN: mlir-opt %s --convert-scf-to-cf --convert-cf-to-llvm --convert-vector-to-llvm \
+// RUN:             --convert-func-to-llvm --convert-arith-to-llvm | \
+// RUN:   mlir-cpu-runner -e entry -entry-point-result=void \
+// RUN:                   --shared-libs=%mlir_c_runner_utils | \
+// RUN:   FileCheck %s --match-full-lines
----------------
banach-space wrote:

[nit] Please align these :)

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


More information about the Mlir-commits mailing list