[Mlir-commits] [mlir] [mlir][Vector] Add vector bitwidth target to xfer op flattening (PR #81966)
Andrzej WarzyĆski
llvmlistbot at llvm.org
Fri Feb 16 08:31:18 PST 2024
================
@@ -480,7 +480,8 @@ struct TestFlattenVectorTransferPatterns
}
void runOnOperation() override {
RewritePatternSet patterns(&getContext());
- populateFlattenVectorTransferPatterns(patterns);
+ constexpr unsigned targetVectorBitwidth = 512;
----------------
banach-space wrote:
Could you make this a pass option and the toggle it in the test to demonstrate how it impacts the pattern?
https://github.com/llvm/llvm-project/pull/81966
More information about the Mlir-commits
mailing list