[PATCH] D62024: [InstCombine] fold shuffles of insert_subvectors
Simon Pilgrim via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat May 18 05:56:26 PDT 2019
RKSimon added inline comments.
================
Comment at: llvm/docs/CodeGenerator.rst:922
+* Vector select --- Each element of the vector is chosen from the corresponding
+lane of 1 of the 2 input vectors (no lane crossings). This operation may also be
+known as a "blend" or "bitwise select" in target assembly. This type of shuffle
----------------
"Each element of the vector is chosen from either of the corresponding elements of the 2 input vectors."
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D62024/new/
https://reviews.llvm.org/D62024
More information about the llvm-commits
mailing list