[PATCH] D67721: [InstSimplify] fold fma/fmuladd with a NaN operand

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 18 14:21:45 PDT 2019


fhahn added a comment.

D67553 <https://reviews.llvm.org/D67553> adds `SimplifyFMAMul`. We should probably also have them there. Also, could we make use of multiply by 0.0 here, with the required fast-math flags?


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

https://reviews.llvm.org/D67721





More information about the llvm-commits mailing list