[PATCH] D27560: Always run GlobalDCE at O0

Joerg Sonnenberger via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 13 18:24:06 PST 2016


On Tue, Dec 13, 2016 at 05:55:55PM -0800, Mehdi Amini via llvm-commits wrote:
> Also, if always_inline is “required” for correctness it should process all the calligraph.

always_inline is required for correctness. One example is a wrapper
function around vfork or setjmp.

Joerg


More information about the llvm-commits mailing list