[llvm-commits] [patch] fp128 sint_to_fp folding fix

Duncan Sands baldrick at free.fr
Mon Jan 7 08:58:19 PST 2013


Hi Tim,

> This patch fixes the constant folding of sint_to_fp when applied to fp128
> type. Previously the APFloat was created as a PPC128, which is obviously not
> appropriate here.

sorry for being dense, but it's not obvious to me: how do you know a PPC128
isn't wanted here?

Ciao, Duncan.



More information about the llvm-commits mailing list