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

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


================
@@ -1338,6 +1339,34 @@ class VPWidenCastRecipe : public VPRecipeWithIRFlags {
   Type *getResultType() const { return ResultTy; }
 };
 
+/// VPScalarCastRecipe is a recipe o create scalar cast instructions.
----------------
ayalz wrote:

```suggestion
/// VPScalarCastRecipe is a recipe to create scalar cast instructions.
```

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


More information about the llvm-commits mailing list