[llvm] [VPlan] Dispatch to multiple exit blocks via middle blocks. (PR #112138)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Sat Nov 23 11:27:57 PST 2024


================
@@ -68,6 +68,8 @@ bool VPRecipeBase::mayWriteToMemory() const {
     default:
       return true;
     }
+  case VPExpandSCEVSC:
----------------
fhahn wrote:

Not needed in the latest version, removed, thanks

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


More information about the llvm-commits mailing list