[llvm] Optimize fptrunc(x)>=C1 --> x>=C2 (PR #99475)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 18 08:41:27 PDT 2024


aengelke wrote:

This appears to be incorrect w.r.t. round-to-nearest rounding of fptrunc. [alive2](https://alive2.llvm.org/ce/z/w-496p) The constant needs adjustment.

https://github.com/llvm/llvm-project/pull/99475


More information about the llvm-commits mailing list