[libcxx] [libcxxabi] [lldb] [lld] [llvm] [clang] [clang-tools-extra] [libc] [libclc] [flang] [compiler-rt] [VPlan] Add new VPScalarCastRecipe, use for IV & step trunc. (PR #78113)

via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 25 07:55:19 PST 2024


================
@@ -859,6 +859,7 @@ class VPSingleDefRecipe : public VPRecipeBase, public VPValue {
     case VPRecipeBase::VPWidenIntOrFpInductionSC:
     case VPRecipeBase::VPWidenPointerInductionSC:
     case VPRecipeBase::VPReductionPHISC:
+    case VPRecipeBase::VPScalarCastSC:
----------------
ayalz wrote:

nit (independent of this patch): would be good to keep in order.

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


More information about the cfe-commits mailing list