[PATCH] D18528: Don't fold double constant to an integer if dest type not integral

Ahmed Bougacha via llvm-commits llvm-commits at lists.llvm.org
Mon Apr 4 14:12:56 PDT 2016


ab accepted this revision.
ab added a reviewer: ab.
ab added a comment.
This revision is now accepted and ready to land.

Eh, it's even more out of place there. I thought it was possible to tickle it with:

  @mmx = global x86_mmx bitcast (double 0.000000e+00 to x86_mmx)

but that's rejected.

Anyway, sorry about the pointless back and forth; LGTM in Transforms or CodeGen, your pick.


http://reviews.llvm.org/D18528





More information about the llvm-commits mailing list