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

Mel Chen via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 18 02:48:57 PDT 2024


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

Why remove this?

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


More information about the llvm-commits mailing list