[llvm] [AMDGPU] Vectorize i8 Shuffles (PR #95840)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 22 06:43:58 PDT 2024


================
@@ -306,6 +306,23 @@ bool GCNTTIImpl::hasBranchDivergence(const Function *F) const {
   return !F || !ST->isSingleLaneExecution(*F);
 }
 
+unsigned GCNTTIImpl::getNumberOfParts(Type *Tp) {
----------------
arsenm wrote:

This looks the same as #91016? 

https://github.com/llvm/llvm-project/pull/95840


More information about the llvm-commits mailing list