[LLVMdev] Weird memory bug
Alexander Friedman
alex at inga.mit.edu
Sat Dec 24 13:08:24 PST 2005
After running through bugpoint, I get this reduced function
You can reproduce the problem with:
opt bugpoint-reduced-function.bc -break-crit-edges -adce -verify
Bugpoint is currently trying to narrow down which block breaks this,
but is so far failing. It seems to be running out of memory rather
than failing on a particular block.
This is on freebsd 5.4, X86, llvm is compiled with gcc 3.4.2
-------------- next part --------------
A non-text attachment was scrubbed...
Name: bugpoint-reduced-function.bc
Type: application/octet-stream
Size: 217727 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20051224/b535d637/attachment.obj>
-------------- next part --------------
--
-Alex
More information about the llvm-dev
mailing list