[PATCH] [GVN} don't propagate equality comparisons of FP zero (PR22376)

Reid Kleckner rnk at google.com
Thu Jan 29 10:52:41 PST 2015


Don't we have FP math flags for this? See FastMathFlags::noSignedZeros(). Looks like we don't have those on fcmp instrs, though.

We should consider doing this folding if signed zeros are disabled.


http://reviews.llvm.org/D7257

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/






More information about the llvm-commits mailing list