[PATCH] D124150: [InstCombine] Handle more predicates for fold fcmp-of-copysign
Sanjay Patel via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 06:06:32 PDT 2022
spatel added a comment.
This is ok as a minimum enhancement, but it's not enough to remove the TODO entirely. We should be able to handle >=, <= too? Ordered vs. unordered does not matter?
Make a 'switch' to map FP predicates to integer predicates?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D124150/new/
https://reviews.llvm.org/D124150
More information about the llvm-commits
mailing list