We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bbba9a0 commit aff7024Copy full SHA for aff7024
build_tools/llvm_version.txt
@@ -1 +1 @@
1
-bbaf743c461e5e38a72f12f2b6ee6b91674a2a4d
+d7d91500b6ef7efb059f660ff7e4aa44553643e6
lib/Transforms/VectorLinearize.cpp
@@ -712,6 +712,7 @@ struct VectorLinearizePass final
712
mlir::RewritePatternSet patterns(&getContext());
713
mlir::vector::populateVectorBroadcastLoweringPatterns(patterns);
714
mlir::vector::populateVectorGatherLoweringPatterns(patterns);
715
+ mlir::vector::populateVectorGatherToConditionalLoadPatterns(patterns);
716
(void)mlir::applyPatternsGreedily(getOperation(), std::move(patterns));
717
}
718
0 commit comments