[llvm-commits] [llvm] r58232 - in /llvm/trunk: lib/CodeGen/SelectionDAG/ test/CodeGen/Generic/ test/CodeGen/Mips/ test/CodeGen/X86/

Duncan Sands baldrick at free.fr
Tue Oct 28 08:05:15 PDT 2008


Hi Evan,

> Apple style llvm-gcc is not building now due to this:
> 
> Undefined symbols:
>    "___fixunstfsi", referenced from:

I've fixed this by duplicating the LegalizeDAG code.
However it would be nice to have a cleaner solution
than just intercepting the ppcf128->i32 case.  How
about moving this to PPC custom lowering instead?

Ciao,

Duncan.



More information about the llvm-commits mailing list