[PATCH] D22685: Disable shrinking of SNaN constants

Ulrich Weigand via llvm-commits llvm-commits at lists.llvm.org
Mon Aug 1 07:22:42 PDT 2016


uweigand accepted this revision.
uweigand added a comment.
This revision is now accepted and ready to land.

This now looks good to me.

Maybe one minor request: Please add a comment before the if (!APF.isSignaling()) check explaining why this is necessary.  Otherwise, I think you can go ahead and check this in now.


https://reviews.llvm.org/D22685





More information about the llvm-commits mailing list