[LLVMdev] possible bug in X86TargetLowering::getRegClassForInlineAsmConstraint
Chris Lattner
sabre at nondot.org
Tue Dec 5 10:00:27 PST 2006
On Tue, 5 Dec 2006, Lauro Ramos Venancio wrote:
> In file lib/Target/X86/X86ISelLowering.cpp
> Function X86TargetLowering::getRegClassForInlineAsmConstraint
>
> I think the second register must be X86::BL.
>
> else if (VT == MVT::i8)
> return make_vector<unsigned>(X86::AL, X86::DL, X86::CL, X86::DL, 0);
Nice catch, fixed:
http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20061204/040797.html
-Chris
--
http://nondot.org/sabre/
http://llvm.org/
More information about the llvm-dev
mailing list