[PATCH] D51701: ValueTracking: Report fast math flags for fcmp/select
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 28 14:54:52 PST 2019
spatel added a reviewer: efriedma.
spatel added a comment.
Is the root problem that we don't have FMF on any FP select? We discussed that in:
https://bugs.llvm.org/show_bug.cgi?id=38086
If that's correct, I think we should make that change instead of making matchSelectPattern more complicated.
We're going to have to fix this anyway to solve cases that aren't min/max like:
https://bugs.llvm.org/show_bug.cgi?id=39535
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D51701/new/
https://reviews.llvm.org/D51701
More information about the llvm-commits
mailing list