[LLVMdev] LLVM ERROR: Cannot yet select: 0x2625340: f64 = ConstantFP<3.540000e+02> :What is it?

Chris Lattner clattner at apple.com
Sun Apr 25 07:56:22 PDT 2010


On Apr 25, 2010, at 4:46 AM, Christoph Erhardt wrote:

> Hi Gabi,
> 
> the only useful advice I can give you right now: Try to narrow the
> problem down. You'll have to find out where the "problematic" constant
> 3.540000e+02 comes from and boil it down into a test case.

Does this reproduce with llc?  If so, you can use bugpoint to reduce it to a small testcase.
http://llvm.org/docs/Bugpoint.html

-Chris



More information about the llvm-dev mailing list