[PATCH] D145772: [Instcombine] Canonicalize all <=> patterns to (a>b)-(a<b)

Nikita Popov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Mar 14 02:50:36 PDT 2023


nikic added a comment.

Was this abandoned because it breaks some of the existing optimizations? For the record, this is how the compare-3way.ll test diff looks like: https://gist.github.com/nikic/056516a0d621f9ca69059d05eef7e7b2


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

https://reviews.llvm.org/D145772



More information about the llvm-commits mailing list