[PATCH] D40012: [InstSimplify] More fcmp cases when comparing against negative constants.

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 28 09:27:37 PST 2017


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM.

Please add a 'TODO' comment in the new block of code about extending this. We should have cases for 'UNE' and 'OEQ' predicates too?


https://reviews.llvm.org/D40012





More information about the llvm-commits mailing list