[PATCH] D61658: [PowerPC] Emit XXSEL for vec_sel and code that has the same pattern

Shawn Landden via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu May 9 19:46:14 PDT 2019


shawnl added a comment.

I like that this also optimizes the case where C is a not

vec_sel(a, b, ~c) => vec_sel(b, a, c)


Repository:
  rL LLVM

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

https://reviews.llvm.org/D61658





More information about the llvm-commits mailing list