[PATCH] D88063: [SelectionDAG] Make sure FMF are propagated when getSetcc canonicalizes FP constants to RHS.
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 29 09:00:55 PDT 2020
spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.
LGTM - note that having FMF on `fcmp` in IR is an open problem (https://llvm.org/PR38086), so having it on `setcc` is probably the same. But this patch doesn't make that any worse AFAICT.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88063/new/
https://reviews.llvm.org/D88063
More information about the llvm-commits
mailing list