Displaying 6 results from an estimated 6 matches for "removealltypes".
2011 Dec 10
5
[LLVMdev] Types inference in tblgen: Multiple exceptions
...tion selector :-(.
>>
>> vtInt: (vt:Other)<<P:Predicate_vtInt>>
>> Type constraint application shouldn't fail!
>>
>> Looking again into the code, tblgen does not take into account the
>> explicit casts when generating the instruction selector (RemoveAllTypes
>> -> InferPossibleTypes) so it gets stuck earlier into the pattern
>> (insertelt-trunc). insertelt enforces trunc to be scalar and I have the
>> same situation as before. Do you know how can I solve this problem ?
>> If it is either not possible or too hard, how should...
2011 Dec 09
2
[LLVMdev] Types inference in tblgen: Multiple exceptions
...rows another exception when generating the
instruction selector :-(.
vtInt: (vt:Other)<<P:Predicate_vtInt>>
Type constraint application shouldn't fail!
Looking again into the code, tblgen does not take into account the
explicit casts when generating the instruction selector (RemoveAllTypes
-> InferPossibleTypes) so it gets stuck earlier into the pattern
(insertelt-trunc). insertelt enforces trunc to be scalar and I have the
same situation as before. Do you know how can I solve this problem ?
If it is either not possible or too hard, how should I proceed to detect
the pattern ?...
2011 Dec 09
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...erating the
> instruction selector :-(.
>
> vtInt: (vt:Other)<<P:Predicate_vtInt>>
> Type constraint application shouldn't fail!
>
> Looking again into the code, tblgen does not take into account the
> explicit casts when generating the instruction selector (RemoveAllTypes
> -> InferPossibleTypes) so it gets stuck earlier into the pattern
> (insertelt-trunc). insertelt enforces trunc to be scalar and I have the
> same situation as before. Do you know how can I solve this problem ?
> If it is either not possible or too hard, how should I proceed to dete...
2011 Dec 10
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...;>
>>> vtInt: (vt:Other)<<P:Predicate_vtInt>>
>>> Type constraint application shouldn't fail!
>>>
>>> Looking again into the code, tblgen does not take into account the
>>> explicit casts when generating the instruction selector (RemoveAllTypes
>>> -> InferPossibleTypes) so it gets stuck earlier into the pattern
>>> (insertelt-trunc). insertelt enforces trunc to be scalar and I have the
>>> same situation as before. Do you know how can I solve this problem ?
>>> If it is either not possible or too h...
2011 Dec 10
0
[LLVMdev] Types inference in tblgen: Multiple exceptions
...gt;>
>>> vtInt: (vt:Other)<<P:Predicate_vtInt>>
>>> Type constraint application shouldn't fail!
>>>
>>> Looking again into the code, tblgen does not take into account the
>>> explicit casts when generating the instruction selector (RemoveAllTypes
>>> -> InferPossibleTypes) so it gets stuck earlier into the pattern
>>> (insertelt-trunc). insertelt enforces trunc to be scalar and I have the
>>> same situation as before. Do you know how can I solve this problem ?
>>> If it is either not possible or too h...
2011 Dec 10
1
[LLVMdev] Types inference in tblgen: Multiple exceptions
...> vtInt: (vt:Other)<<P:Predicate_vtInt>>
>>>> Type constraint application shouldn't fail!
>>>>
>>>> Looking again into the code, tblgen does not take into account the
>>>> explicit casts when generating the instruction selector (RemoveAllTypes
>>>> -> InferPossibleTypes) so it gets stuck earlier into the pattern
>>>> (insertelt-trunc). insertelt enforces trunc to be scalar and I have the
>>>> same situation as before. Do you know how can I solve this problem ?
>>>> If it is either not...