[Mlir-commits] [mlir] [mlir][vector] Add vector.to_elements unrolling (PR #157142)

Erick Ochoa Lopez llvmlistbot at llvm.org
Wed Sep 10 11:59:50 PDT 2025


================
@@ -393,6 +393,27 @@ vector::isValidMaskedInputVector(ArrayRef<int64_t> shape,
   return success();
 }
 
+FailureOr<SmallVector<Value>>
+vector::unrollVectorValue(TypedValue<VectorType> vector,
----------------
amd-eochoalo wrote:

Thanks for the reminder! I'll try to remember in the future. See https://github.com/llvm/llvm-project/pull/157142/commits/00cc94bf6e01f703cb2a3ea941406039d39d8f56 and https://github.com/llvm/llvm-project/pull/157142/commits/82004a21be08227d5b2b7656813646d74af154c0

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


More information about the Mlir-commits mailing list