[clang] [clang-tools-extra] [llvm] [VPlan] Add new VPUniformPerUFRecipe, use for step truncation. (PR #78113)

via cfe-commits cfe-commits at lists.llvm.org
Sun Jan 21 23:04:34 PST 2024


================
@@ -362,6 +362,7 @@ class VPDef {
     // START: Phi-like recipes. Need to be kept together.
     VPBlendSC,
     VPPredInstPHISC,
+    VPScalarCastSC,
----------------
ayalz wrote:

Placed inside Phi-like recipes interval?

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


More information about the cfe-commits mailing list