[PATCH] D123109: [x86] Improve select lowering for smin(x, 0) & smax(x, 0)

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 6 10:43:49 PDT 2022


lebedev.ri accepted this revision.
lebedev.ri added a comment.

LG, i'm not really sure for which CPU's this improves things,
but i don't think it would regress things,
and avoiding EFLAGS is a win.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123109



More information about the llvm-commits mailing list