[llvm-commits] [llvm] r60964 - /llvm/trunk/lib/CodeGen/SelectionDAG/LegalizeDAG.cpp

Dale Johannesen dalej at apple.com
Fri Dec 12 14:32:44 PST 2008


On Dec 12, 2008, at 1:47 PMPST, Duncan Sands wrote:
>
> While there I noticed that the existing code doesn't
> handle trunc store of f64 to f32: it turns this into
> an i64 store, which represents a 4 byte stack smash.
> I added a FIXME about this.  Hopefully someone more
> motivated than I am will take care of it.

This only occurs if f64 is not a legal type, right?




More information about the llvm-commits mailing list