[llvm-commits] [llvm] r94937 - in /llvm/trunk: lib/Transforms/Scalar/TailRecursionElimination.cpp test/Transforms/TailCallElim/no-return-calls.ll

Duncan Sands baldrick at free.fr
Sun Jan 31 00:37:57 PST 2010


Hi Evan,

> Do not mark no-return calls tail calls. It'll screw up special calls like longjmp and it doesn't make much sense for performance reason. If my logic is faulty, please let me know.

can you rely on the special calls always being marked noreturn?

Ciao,

Duncan.



More information about the llvm-commits mailing list