Displaying 6 results from an estimated 6 matches for "largestint".
Did you mean:
largestinput
2011 Dec 10
5
[LLVMdev] Types inference in tblgen: Multiple exceptions
...eValueType]: Assertion `begin() + idx< end()' failed.
>>
>> which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
>>
>> for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
>> if (isInteger(Other.TypeVec[i])&& Other.TypeVec[i]> LargestInt)
>> LargestInt = Other.TypeVec[i];
>>
>> but Other.TypeVec is empty throwing an exception when accessing
>> Other.TypeVec[1].
>>
>> As far as I know, tblgen analyzes sext node and tries to infer operand
>> types by applying the specified type constra...
2011 Dec 09
2
[LLVMdev] Types inference in tblgen: Multiple exceptions
...](unsigned int) [with T =
llvm::MVT::SimpleValueType]: Assertion `begin() + idx < end()' failed.
which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt)
LargestInt = Other.TypeVec[i];
but Other.TypeVec is empty throwing an exception when accessing
Other.TypeVec[1].
As far as I know, tblgen analyzes sext node and tries to infer operand
types by applying the specified type constraints of the node. The 2nd
type constraint of sext enforces...
2011 Dec 09
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...> llvm::MVT::SimpleValueType]: Assertion `begin() + idx < end()' failed.
>
> which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
>
> for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
> if (isInteger(Other.TypeVec[i]) && Other.TypeVec[i] > LargestInt)
> LargestInt = Other.TypeVec[i];
>
> but Other.TypeVec is empty throwing an exception when accessing
> Other.TypeVec[1].
>
> As far as I know, tblgen analyzes sext node and tries to infer operand
> types by applying the specified type constraints of the node. The 2nd
>...
2011 Dec 10
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...on `begin() + idx< end()' failed.
>>>
>>> which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
>>>
>>> for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
>>> if (isInteger(Other.TypeVec[i])&& Other.TypeVec[i]> LargestInt)
>>> LargestInt = Other.TypeVec[i];
>>>
>>> but Other.TypeVec is empty throwing an exception when accessing
>>> Other.TypeVec[1].
>>>
>>> As far as I know, tblgen analyzes sext node and tries to infer operand
>>> types by applyi...
2011 Dec 10
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...tion `begin() + idx< end()' failed.
>>>
>>> which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
>>>
>>> for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
>>> if (isInteger(Other.TypeVec[i])&& Other.TypeVec[i]> LargestInt)
>>>
>>> LargestInt = Other.TypeVec[i];
>>>
>>> but Other.TypeVec is empty throwing an exception when accessing
>>> Other.TypeVec[1].
>>>
>>> As far as I know, tblgen analyzes sext node and tries to infer operand
>>> type...
2011 Dec 10
1
[LLVMdev] Types inference in tblgen: Multiple exceptions
...nd()' failed.
>>>>
>>>> which comes from utils/TableGen/CodeGenDAGPatterns.cpp:450:
>>>>
>>>> for (unsigned i = 1, e = Other.TypeVec.size(); i != e; ++i)
>>>> if (isInteger(Other.TypeVec[i])&& Other.TypeVec[i]> LargestInt)
>>>>
>>>> LargestInt = Other.TypeVec[i];
>>>>
>>>> but Other.TypeVec is empty throwing an exception when accessing
>>>> Other.TypeVec[1].
>>>>
>>>> As far as I know, tblgen analyzes sext node and tries to in...