search for: issingleelement

Displaying 2 results from an estimated 2 matches for "issingleelement".

2008 Jul 09
3
[LLVMdev] Refusing to store single element
Hi all, I'm hitting the following assert in PredicateSimplifier.cpp:961 : assert(!CR.isSingleElement() && "Refusing to store single element."); If I ignore it the generated code appears correct so I'm not sure what this assert is supposed to be for. Am I doing something wrong on my end or is this a superfluous assert or it really indicates an LLVM bug? The code I'...
2008 Jul 09
0
[LLVMdev] Refusing to store single element
...gt; I'm hitting the following assert in PredicateSimplifier.cpp:961 : Hi Nicolas, The predsimplify pass is experimental at best, and should be removed at worst. I don't think it is going to be futher developed, so I'd suggest staying away from it. -Chris > > > assert(!CR.isSingleElement() && "Refusing to store single element."); > > > > If I ignore it the generated code appears correct so I'm not sure what this > assert is supposed to be for. Am I doing something wrong on my end or is > this a superfluous assert or it really indicates an LLV...