[llvm-commits] [llvm-gcc-4.2] r55796 - /llvm-gcc-4.2/trunk/gcc/llvm-convert.cpp
Devang Patel
dpatel at apple.com
Tue Sep 9 10:15:52 PDT 2008
On Sep 9, 2008, at 1:07 AM, Duncan Sands wrote:
> Well, ConstantFolding.cpp will constant fold a range of
> libcalls too. That's not so great - something should be
> done about this (not sure what). Probably llvm-gcc's
> logic should turn this off too, but it currently doesn't...
IMO, depending on llvm-gcc to not use ConstantFolding is not a good
idea. The info. should be encoded in LLVM IR.
-
Devang
More information about the llvm-commits
mailing list