Skip to content

Commit 2a2bb08

Browse files
banach-spaceIcohedron
authored andcommitted
[mlir][vector] Categorize Vector-to-LLVM conversion tests (nfc) (llvm#125918)
Following llvm#124308, this patch reorganizes the `vector-to-llvm.mlir` tests by splitting them into two categories: - **Basic conversion tests**: Tests that only require `populateVectorToLLVMConversionPatterns`, focusing on the minimal conversion from Vector to LLVM. These have been moved to `vector-to-llvm-interface.mlir`. - **Full pass tests**: Tests that require the complete `ConvertVectorToLLVMPass`, which includes `populateVectorToLLVMConversionPatterns` along with additional patterns. These remain in `vector-to-llvm.mlir`. This reorganization clarifies test coverage and helps avoid unnecessary duplication. NOTE: This is merely moving tests around between two files and adds some comments.
1 parent 800f256 commit 2a2bb08

File tree

2 files changed

+2688
-2637
lines changed

2 files changed

+2688
-2637
lines changed

0 commit comments

Comments
 (0)