[PATCH] D125671: [InstCombine] Allow undef vectors when foldSelectToCopysign

Sanjay Patel via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 18 06:47:52 PDT 2022


spatel accepted this revision.
spatel added a comment.
This revision is now accepted and ready to land.

LGTM - it might also be possible to allow undefs in the compare constant, but we would have to test that carefully with Alive2 to be sure.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D125671



More information about the llvm-commits mailing list