[llvm] [VPlan] Introduce VPWidenIntrinsicRecipe to separate from libcall. (PR #110486)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 7 06:55:58 PDT 2024


================
@@ -79,6 +79,9 @@ bool VPRecipeBase::mayWriteToMemory() const {
     return !cast<VPWidenCallRecipe>(this)
                 ->getCalledScalarFunction()
                 ->onlyReadsMemory();
+  case VPWidenIntrinsicSC:
+    return cast<VPWidenIntrinsicRecipe>(this)->mayWriteToMemory();
+    ;
----------------
fhahn wrote:

Removed, thanks!

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


More information about the llvm-commits mailing list