Updated several files to use rust intrinsic macros instead of the legacy extern "rust-intrinsic" blocks

This commit is contained in:
vayunbiyani 2025-01-10 08:08:06 -05:00
parent 1f81f90689
commit c79fc90e9a
29 changed files with 61 additions and 85 deletions

View file

@ -1,4 +1,5 @@
//! Codegen of intrinsics. This includes `extern "rust-intrinsic"`,
//! functions marked with the `#[rustc_intrinsic]` attribute
//! and LLVM intrinsics that have symbol names starting with `llvm.`.
macro_rules! intrinsic_args {