In file lib/Target/X86/X86ISelLowering.cpp<br>Function X86TargetLowering::getRegClassForInlineAsmConstraint<br><br>I think the second register must be X86::BL.<br><br>else if (VT == MVT::i8)<br>        return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::DL, 0);
<br><br><br>Lauro<br>