[Mlir-commits] [mlir] [MLIR] VectorToLLVM: Fix vector.insert conversion for 0-D vectors, and add a test (PR #128810)

Kunwar Grover llvmlistbot at llvm.org
Tue Feb 25 21:24:50 PST 2025


================
@@ -1787,3 +1787,32 @@ func.func @step() -> vector<4xindex> {
   %0 = vector.step : vector<4xindex>
   return %0 : vector<4xindex>
 }
+
+// -----
+
+//===----------------------------------------------------------------------===//
----------------
Groverkss wrote:

There are existing tests in https://github.com/llvm/llvm-project/blob/main/mlir/test/Conversion/VectorToLLVM/vector-to-llvm-interface.mlir#L628 . Can we move the newly added test there?

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


More information about the Mlir-commits mailing list