[PATCH] D99032: GlobalISel: Add FoldBinOpIntoSelect combine

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 8 15:18:54 PST 2022


arsenm added a comment.

In D99032#3304035 <https://reviews.llvm.org/D99032#3304035>, @foad wrote:

>> For instance it doesn't handle FP operations or vectors
>
> Is this still true? I think we do have at least some vector folds now?

There are some vectors (plus some FP ops are handled in another one of these patches I forgot about)


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

https://reviews.llvm.org/D99032



More information about the llvm-commits mailing list