[Mlir-commits] [mlir] [mlir][vector]add foldConstantOp fold function and apply it to extractOp and insertOp. (PR #124399)

lonely eagle llvmlistbot at llvm.org
Tue Jan 28 17:27:32 PST 2025


================
@@ -0,0 +1,34 @@
+// RUN: mlir-opt %s -test-lower-to-llvm  | \
+// RUN: mlir-runner -e entry -entry-point-result=void  \
+// RUN:   -shared-libs=%mlir_c_runner_utils | \
+// RUN: FileCheck %s
+
+func.func @entry() {
----------------
linuxlonelyeagle wrote:

I think I misinterpreted what alex was saying about `regression` testing.

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


More information about the Mlir-commits mailing list