[llvm] [VPlan] Use VPInstructionWithType for uniform casts. (PR #140623)

via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 9 06:16:23 PDT 2025


================
@@ -199,7 +199,7 @@ class VPRecipeBuilder {
   /// Build a VPReplicationRecipe for \p I using \p Operands. If it is
----------------
ayalz wrote:

```suggestion
  /// Build a VPReplicationRecipe or VPInstructionWithType for \p I using \p Operands. If it is
```

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


More information about the llvm-commits mailing list