Displaying 3 results from an estimated 3 matches for "numaddedvalu".
Did you mean:
numaddedvalues
2015 Feb 02
2
[LLVMdev] Reassociate and Canonicalization of Expressions
Hi,
I encountered some bugs in Reassociate [1] where we are hitting some assertions:
assert(!Duplicates.count(Factor) &&
"Shouldn't have two constant factors, missed a canonicalize");
assert(NumAddedValues > 1 && "Each occurrence should contribute a value”);
My understanding is that these assertions enforce that when processing an expression tree, we expect that the nodes have already been canonicalized by Reassociate.
I infer that there should be *one* canonicalization for a func...
2015 Feb 04
3
[LLVMdev] Reassociate and Canonicalization of Expressions
...gt;>
>> I encountered some bugs in Reassociate [1] where we are hitting some
>> assertions:
>>
>> assert(!Duplicates.count(Factor) &&
>> "Shouldn't have two constant factors, missed a
>> canonicalize");
>> assert(NumAddedValues > 1 && "Each occurrence should contribute a
>> valueâ);
>>
>> My understanding is that these assertions enforce that when processing
>> an expression tree, we expect that the nodes have already been
>> canonicalized by Reassociate.
>>
>>...
2015 Feb 04
2
[LLVMdev] Reassociate and Canonicalization of Expressions
...eassociate [1] where we are hitting some
>>>> assertions:
>>>>
>>>> assert(!Duplicates.count(Factor) &&
>>>> "Shouldn't have two constant factors, missed a
>>>> canonicalize");
>>>> assert(NumAddedValues > 1 && "Each occurrence should contribute a
>>>> valueâÂÂ);
>>>>
>>>> My understanding is that these assertions enforce that when processing
>>>> an expression tree, we expect that the nodes have already been
>>>> cano...