[PATCH] D123652: Add use condition for combine SetCCMOVMSK

Xiang Zhang via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 14 00:57:26 PDT 2022


xiangzhangllvm added a comment.

The small test case is easy to reproduced on llvm.14  PLS refer EY93Kc77E <https://godbolt.org/z/EY93Kc77E>
it continue to do the combine (  gen  vpsubb  +  vptest  ) even there is more uses of the cmp result.

but hard to reproduce on llvm trunc. (But the bug is still here)


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

https://reviews.llvm.org/D123652



More information about the llvm-commits mailing list