[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:41 PST 2023
    
    
  
================
@@ -11038,6 +11047,7 @@ calculateByteProvider(const SDValue &Op, unsigned Index, unsigned Depth,
   case ISD::SIGN_EXTEND_INREG:
   case ISD::AssertZext:
   case ISD::AssertSext: {
+    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