[llvm] [RISCV][TTI] Add shuffle costing for masked slide lowering (PR #128537)

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 25 10:53:49 PST 2025


================
@@ -413,6 +413,36 @@ bool llvm::getShuffleDemandedElts(int SrcWidth, ArrayRef<int> Mask,
   return true;
 }
 
+bool llvm::isMaskedSlidePair(ArrayRef<int> Mask, int NumElts,
----------------
preames wrote:

I didn't see an obvious spot to put it.  If you have a suggestion, happy to move it back.  

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


More information about the llvm-commits mailing list