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>
) -> &'ll Value
Expand description

Fix up an input value to work around LLVM bugs.