[all-commits] [llvm/llvm-project] 486992: [SLP] improve code comments; NFC
RotateRight via All-commits
all-commits at lists.llvm.org
Fri Jul 9 09:50:09 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 486992f958cedc0b0ce4ab29262deb48cc8c8a51
https://github.com/llvm/llvm-project/commit/486992f958cedc0b0ce4ab29262deb48cc8c8a51
Author: Sanjay Patel <spatel at rotateright.com>
Date: 2021-07-09 (Fri, 09 Jul 2021)
Changed paths:
M llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp
Log Message:
-----------
[SLP] improve code comments; NFC
This likely started out only supporint binops,
but now we handle min/max using cmp+sel, and
we may extend to handle bool logic in the form
of select.
More information about the All-commits
mailing list