[PATCH] D112675: [Instcombine] Add patterns to generate fneg(fabs(x)) instead of fcmp/sub/selects (part 1)

Usman Nadeem via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Oct 28 10:29:29 PDT 2021


mnadeem added a reviewer: efriedma.
mnadeem added a subscriber: efriedma.
mnadeem added a comment.

In D112675#3093663 <https://reviews.llvm.org/D112675#3093663>

> I'm still not clear if the FMF propagation is behaving as well as it could. For example, if the select has nsz, then can it always be added to the fneg?
> https://alive2.llvm.org/ce/z/2Qq6Pz

@efriedma any opinion on this?


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

https://reviews.llvm.org/D112675



More information about the llvm-commits mailing list