[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 00:56:47 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:

Definitely can't pass, because extract and insert can't lower to llvm dialect in case of two dynamic values here, which is the main purpose of this PR, to solve my problem.

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


More information about the Mlir-commits mailing list