[PATCH] D61917: [IR] allow fast-math-flags on select of FP values

Hal Finkel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 21 08:45:38 PDT 2019


hfinkel added a comment.

Just to make sure that I understand the general direction here: We want to make all fast-math flags apply only to inputs, not outputs, and so we're going to end up adding fast-math flags on all instructions that might take floating-point inputs?


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

https://reviews.llvm.org/D61917





More information about the llvm-commits mailing list