[LLVMdev] LLVM 2.6 -> SVN breaks this

Bill Wendling wendling at apple.com
Fri Dec 4 17:52:15 PST 2009


On Dec 1, 2009, at 10:17 PM, Jon Harrop wrote:

>
> The LLVM 2.6-compatible IR below is derived from the HLVM test suite  
> and is
> one of the things I've noticed going wrong. However, I just  
> discovered that
> it works with LLVM 2.6 and with LLVM SVN when run through lli or llc
> without -tailcallopt but when I use:
>
> $ llvm-as -f aout.ll
> $ llc -tailcallopt -f aout.bc -o aout.s
> $ gcc -lm aout.s -o aout
>
> and the latest LLVM SVN it starts to print incorrect output (it is  
> supposed to
> print the Mandelbrot set in ASCII). Perhaps this is a repro for the  
> new
> TCO-related bug?
>
Hi Jon,

Please go ahead and file a PR about this if you haven't done so already.

-bw




More information about the llvm-dev mailing list