[PATCH] D79356: [CodeGen][SVE] Add patterns for whole vector predicate select

Sander de Smalen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon May 11 12:56:13 PDT 2020


sdesmalen updated this revision to Diff 263249.
sdesmalen added a comment.

- `select` now lowers to `splat_vector` for the predicate (which codegens to `whilelo`) plus `vselect`.
- Updated tests and rebased patch.


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

https://reviews.llvm.org/D79356

Files:
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/test/CodeGen/AArch64/select-sve.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79356.263249.patch
Type: text/x-patch
Size: 6972 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200511/128d9e90/attachment.bin>


More information about the llvm-commits mailing list