[PATCH] D53844: [InstSimplify] fold icmp based on range of abs/nabs

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 30 06:16:33 PDT 2018


spatel added a comment.

In https://reviews.llvm.org/D53844#1280144, @RKSimon wrote:

> I forgot to add it to PR39475 but what about float cases?


That'll be an independent patch (but probably simpler since it's just a signbit test if we're ignoring -0.0/Nan).


https://reviews.llvm.org/D53844





More information about the llvm-commits mailing list