[llvm-commits] [PATCH] instcombine: wire up -fno-builtin to the library call simplifier

Joerg Sonnenberger joerg at britannica.bec.de
Thu Nov 8 04:10:44 PST 2012


On Wed, Nov 07, 2012 at 10:24:24PM -0600, Meador Inge wrote:
> Now that the library call simplifiers are being migrated out of their own
> pass into the instruction combiner pass the latter needs to be modified to
> work with -fno-builtin.

It also needs to deal with -ffreestanding, which is even more important.

Joerg



More information about the llvm-commits mailing list