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

Sterling Augustine via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 15 21:16:33 PST 2023


saugustine added a comment.

This isn't the best reproducer, but it's as small as bugpoint can make it. Worth turning into a real test?

./build/bin/clang -O3 reduced.ll

should give the failure. It does need to have assertions on.

F26502294: reduced.ll <https://reviews.llvm.org/F26502294>


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