[PATCH] Avoid FP conversions when calling bitcasted / alias functions

Eli Friedman eli.friedman at gmail.com
Thu Jul 25 16:58:51 PDT 2013


I really don't like the way the code ends up abusing
CastInst::isCastable and CastInst::getCastOpcode (and it doesn't
really work correctly in general anyway: we'll end up performing
int<->fp casts in some cases anyway).  Please introduce new helpers
which perform the computation you actually want.

-Eli

On Fri, Jul 19, 2013 at 11:36 AM, Matt Arsenault
<Matthew.Arsenault at amd.com> wrote:
>
>   Ping
>
> http://llvm-reviews.chandlerc.com/D1058
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits



More information about the llvm-commits mailing list