Merge commit '3e50cf65025f96854d6597e80449b0d64ad89589' into sync_cg_clif-2024-01-26
This commit is contained in:
@@ -35,6 +35,10 @@ pub(crate) fn codegen_llvm_intrinsic_call<'tcx>(
|
||||
}
|
||||
|
||||
match intrinsic {
|
||||
"llvm.prefetch" => {
|
||||
// Nothing to do. This is merely a perf hint.
|
||||
}
|
||||
|
||||
_ if intrinsic.starts_with("llvm.ctlz.v") => {
|
||||
intrinsic_args!(fx, args => (a); intrinsic);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user