[llvm] [AMDGPU] Accept arbitrary sized sources in CalculateByteProvider (PR #70240)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed Nov 8 00:29:42 PST 2023


================
@@ -10989,6 +10996,7 @@ calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth,
 
   case ISD::SRA:
   case ISD::SRL: {
+    if (IsVec) return std::nullopt;
----------------
arsenm wrote:

new line 

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


More information about the llvm-commits mailing list