[PATCH] D44909: [DAGCombine] (float)((int) f) --> ftrunc (PR36617)

Rumeet Dhindsa via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 8 15:06:26 PDT 2018


rdhindsa added a comment.

What is the expected behavior for casting float values in range (-1.0 , 0.0) from float->int->float? If the expected value is -0.0 (instead of 0.0), what is the reason for that?


Repository:
  rL LLVM

https://reviews.llvm.org/D44909





More information about the llvm-commits mailing list