We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fa84cc4 commit ee8b4caCopy full SHA for ee8b4ca
src/test/codegen/repeat-trusted-len.rs
@@ -26,6 +26,6 @@ pub fn repeat_take_collect() -> Vec<u8> {
26
#[no_mangle]
27
pub fn range_from_take_collect() -> Vec<u8> {
28
// CHECK: %[[SPLATINSERT:.*]] = insertelement <{{[0-9]+}} x i8> undef, i8 %{{.*}}, i32 0
29
-// CHECK: %{{.*}} = shufflevector <[[WIDTH:[0-9]+]] x i8> %[[SPLATINSERT]], <[[WIDTH]] x i8> undef, <[[WIDTH]] x i32> zeroinitializer
+// CHECK-NEXT: %{{.*}} = shufflevector <[[WIDTH:[0-9]+]] x i8> %[[SPLATINSERT]], <[[WIDTH]] x i8> undef, <[[WIDTH]] x i32> zeroinitializer
30
(0..).take(100000).collect()
31
}
0 commit comments