[PATCH] D102275: [x86] try to use PCMPGT instead of not-of-PCMPEQ

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 12 05:02:37 PDT 2021


spatel added a comment.

In D102275#2753333 <https://reviews.llvm.org/D102275#2753333>, @RKSimon wrote:

> Is the inverse (known negative) case worth it do you think?

Yes - I didn't draft that one yet to see if existing tests will show it, but we probably want that for symmetry. I'll look at that next.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102275/new/

https://reviews.llvm.org/D102275



More information about the llvm-commits mailing list