[PATCH] D106362: [FPEnv][InstSimplify] Enable more folds for constrained fadd

Kevin P. Neal via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 29 10:15:16 PDT 2021


kpn added a comment.

In D106362#3030856 <https://reviews.llvm.org/D106362#3030856>, @sepavloff wrote:

> In D106362#3030790 <https://reviews.llvm.org/D106362#3030790>, @kpn wrote:
>
>> Changing the way the existing transforms check for FMF.noNaNs() sounds like a different ticket that needs to be done before this one can progress. Unless I misunderstood?
>
> I know nothing about such change.

Your proposed changes around SNaN will affect the non-constrained cases.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D106362/new/

https://reviews.llvm.org/D106362



More information about the llvm-commits mailing list