[PATCH] D26708: Fix -f[no-]reciprocal-math -ffast-math interaction, including LTO
Warren Ristow via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon May 21 15:12:19 PDT 2018
wristow abandoned this revision.
wristow added a comment.
Herald added subscribers: inglorion, wdng.
Herald added a reviewer: javed.absar.
Abandoning this very old proposed patch. This patch was about some fundamental issues with the "umbrella" aspect of the FMF `fast`. This was intended to be a small step in solving those issues. That umbrella aspect of `fast` was fixed by by Sanjay (https://reviews.llvm.org/D39304). With that groundwork done, there have been a handful of additional improvements. With all those improvements, the issue of this patch is no longer a problem.
https://reviews.llvm.org/D26708
More information about the llvm-commits
mailing list