[PATCH] D142254: [X86] Transform vector SET{LE/ULT/ULE} -> SETLT and SET{GE/UGT/UGE} -> SETGT if possible

Noah Goldstein via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 20 18:36:56 PST 2023


goldstein.w.n added a comment.

In D142254#4070419 <https://reviews.llvm.org/D142254#4070419>, @craig.topper wrote:

> Are there other targets that have such a strong preference for a specific vector condition code?

Not that I know of but can't say I'm an expert outside of x86.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D142254



More information about the llvm-commits mailing list