Skip to content

Commit aff7024

Browse files
authored
[LLVM Pulldown] Bump llvm version (#1057)
1 parent bbba9a0 commit aff7024

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build_tools/llvm_version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bbaf743c461e5e38a72f12f2b6ee6b91674a2a4d
1+
d7d91500b6ef7efb059f660ff7e4aa44553643e6

lib/Transforms/VectorLinearize.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -712,6 +712,7 @@ struct VectorLinearizePass final
712712
mlir::RewritePatternSet patterns(&getContext());
713713
mlir::vector::populateVectorBroadcastLoweringPatterns(patterns);
714714
mlir::vector::populateVectorGatherLoweringPatterns(patterns);
715+
mlir::vector::populateVectorGatherToConditionalLoadPatterns(patterns);
715716
(void)mlir::applyPatternsGreedily(getOperation(), std::move(patterns));
716717
}
717718

0 commit comments

Comments
 (0)