[LLVMdev] llc barfing

Dan Gohman gohman at apple.com
Thu Nov 19 18:54:14 PST 2009


On Nov 19, 2009, at 5:28 PM, Jon Harrop wrote:
> 
> Are these barfs due to bugs in my generated code or is this parts of LLVM not 
> honoring tail calls?

It was a bug in LLVM, with emitting tail calls at -O0. It's now
fixed, as of r89444.

Dan





More information about the llvm-dev mailing list