[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 01:01:20 PST 2025


================
@@ -4115,3 +4115,39 @@ func.func @step_scalable() -> vector<[4]xindex> {
   %0 = vector.step : vector<[4]xindex>
   return %0 : vector<[4]xindex>
 }
+
+// -----
+
+// CHECK-LABEL: @extract_arith_constnt
----------------
linuxlonelyeagle wrote:

There is indeed an oversight here, sorry.

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


More information about the Mlir-commits mailing list