[llvm] [VPlan] Use VPWidenIntrinsicRecipe to vp.select. (PR #110489)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Oct 21 20:37:43 PDT 2024


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

Dropped by accident, should be restored in a4819bd46d8baebc3aaa8b38f78065de33593199, thanks!

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


More information about the llvm-commits mailing list