[llvm] [VPlan] Unroll VPReplicateRecipe by VF. (PR #142433)
    via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Mon Jun  9 08:37:34 PDT 2025
    
    
  
================
@@ -889,6 +920,8 @@ bool VPInstruction::opcodeMayReadOrWriteFromMemory() const {
   case Instruction::ICmp:
   case Instruction::Select:
   case VPInstruction::AnyOf:
+  case VPInstruction::BuildVector:
+  case VPInstruction::BuildStructVector:
----------------
ayalz wrote:
```suggestion
  case VPInstruction::BuildStructVector:
  case VPInstruction::BuildVector:
```
https://github.com/llvm/llvm-project/pull/142433
    
    
More information about the llvm-commits
mailing list