[llvm-commits] [llvm] r75308 - in /llvm/trunk: include/llvm/CodeGen/ValueTypes.h include/llvm/CodeGen/ValueTypes.td lib/VMCore/ValueTypes.cpp utils/TableGen/CodeGenTarget.cpp

Chris Lattner clattner at apple.com
Sun Jul 12 12:22:44 PDT 2009


On Jul 12, 2009, at 12:10 PM, Anton Korobeynikov wrote:

> Hi, Chris
>
>> I specifically mean that you should not call "addRegisterClass" with
>> the regclass.
> Then regalloc will assert, unfortunaterly. It check whether regclass
> is native or not over-aggressively.

Hrm, that's a bug :)

-Chris



More information about the llvm-commits mailing list