[LLVMdev] v16i32/v16f32

shreyas krishnan shreyas76 at gmail.com
Fri Jul 16 19:59:54 PDT 2010


Thanks Eli ...I actually did that ..bumped it up by 2 that I had
added. Any thing else that I  might have done wrong ?

I can see a different assert where it clearly depends on LAST_VALUETYPE
 assert((unsigned)VT.SimpleTy < MVT::LAST_VALUETYPE


thanks
shrey


On Fri, Jul 16, 2010 at 5:20 PM, Eli Friedman <eli.friedman at gmail.com> wrote:
> On Fri, Jul 16, 2010 at 5:14 PM, shreyas krishnan <shreyas76 at gmail.com> wrote:
>> I tried adding them in my backend however I run into the assertion
>>
>>  assert((unsigned)VT.SimpleTy < sizeof(LoadExtActions[0])*4 &&
>>           ExtType < array_lengthof(LoadExtActions) &&
>>           "Table isn't big enough!");
>>
>> What does the assertion mean ?
>
> That means you forgot to bump up LAST_VALUETYPE.
>
> -Eli
>




More information about the llvm-dev mailing list