[PATCH] D65399: [InstCombine] canonicalize fneg before fmul/fdiv

Michael Berg via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 29 11:37:09 PDT 2019


mcberg2017 accepted this revision.
mcberg2017 added a comment.
This revision is now accepted and ready to land.

Turning off inst combining fneg opts does not make things better for us however.  It seems to consistently cause additional regressions.  We can live with the new change then.


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

https://reviews.llvm.org/D65399





More information about the llvm-commits mailing list