We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69ae423 commit f147303Copy full SHA for f147303
src/test/codegen/loads.rs
@@ -35,7 +35,7 @@ pub fn load_ref<'a>(x: &&'a i32) -> &'a i32 {
35
// CHECK-LABEL: @load_ref_higher_alignment
36
#[no_mangle]
37
pub fn load_ref_higher_alignment<'a>(x: &&'a Align16) -> &'a Align16 {
38
-// CHECK: load %Align16*, %Align16** %x, align [[PTR_ALIGNMENT]], !nonnull !{{[0-9]+}}, !align ![[ALIGN_16_META:[0-9]+]], !noundef !{{[0-9]+}}
+// CHECK: load {{%Align16|i128}}*, {{%Align16|i128}}** %x, align [[PTR_ALIGNMENT]], !nonnull !{{[0-9]+}}, !align ![[ALIGN_16_META:[0-9]+]], !noundef !{{[0-9]+}}
39
*x
40
}
41
0 commit comments