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 8fb99bc commit ce57133Copy full SHA for ce57133
src/intrinsics/llvm_aarch64.rs
@@ -21,7 +21,7 @@ pub(crate) fn codegen_aarch64_llvm_intrinsic_call<'tcx>(
21
fx.bcx.ins().fence();
22
}
23
24
- "llvm.aarch64.neon.ld1x4.v16i8.p0i8" => {
+ "llvm.aarch64.neon.ld1x4.v16i8.p0" => {
25
intrinsic_args!(fx, args => (ptr); intrinsic);
26
27
let ptr = ptr.load_scalar(fx);
0 commit comments