[LLVMdev] Refusing to store single element
Eli Friedman
eli.friedman at gmail.com
Wed Jul 9 09:20:24 PDT 2008
On Wed, Jul 9, 2008 at 2:30 AM, Nicolas Capens <nicolas at capens.net> wrote:
> I'm hitting the following assert in PredicateSimplifier.cpp:961 :
An assert in PredicateSimplifier is probably a bug in the
-predsimplify pass; it's still considered experimental.
> The code I'm generating is fairly long but if necessary I could try to boil
> it down…
See http://llvm.org/docs/HowToSubmitABug.html; there are automated
tools to boil down large testcases.
-Eli
More information about the llvm-dev
mailing list