[PATCH] D87130: [SelectionDAGBuilder] Remember to copy the FMF flags in visitBinary().

Jonas Paulsson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 4 07:31:35 PDT 2020


jonpa added a comment.

In D87130#2256173 <https://reviews.llvm.org/D87130#2256173>, @uweigand wrote:

> I think this makes sense to me, but I want to point out that this partially reverts the commit https://reviews.llvm.org/D46854.  I guess there may be other parts of this commit that should be reverted?

The other thing that was removed by that commit was the propagation of the NoNaNs flag from the experimental_vector_reduce_fmax (/fmin) intrinsic to the replacing VECREDUCE_FMAX (/FMIN) node, but I am not sure why...


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

https://reviews.llvm.org/D87130



More information about the llvm-commits mailing list