Function rustc_codegen_llvm::asm::llvm_fixup_input
source ยท fn llvm_fixup_input<'ll, 'tcx>(
bx: &mut Builder<'_, 'll, 'tcx>,
value: &'ll Value,
reg: InlineAsmRegClass,
layout: &TyAndLayout<'tcx>,
instance: Instance<'_>,
) -> &'ll Value
Expand description
Fix up an input value to work around LLVM bugs.