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 1971813 commit f39df60Copy full SHA for f39df60
src/test/codegen/repeat-trusted-len.rs
@@ -13,6 +13,6 @@ pub fn helper(_: usize) {
13
// CHECK-LABEL: @repeat_take_collect
14
#[no_mangle]
15
pub fn repeat_take_collect() -> Vec<u8> {
16
-// CHECK: call void @llvm.memset.p0i8.[[USIZE]](i8* {{(nonnull )?}}align 1 %{{[0-9]+}}, i8 42, [[USIZE]] 100000, i1 false)
+// CHECK: call void @llvm.memset.p0i8.[[USIZE]](i8* {{(nonnull )?}}align 1{{.*}} %{{[0-9]+}}, i8 42, [[USIZE]] 100000, i1 false)
17
iter::repeat(42).take(100000).collect()
18
}
0 commit comments