[llvm] [VPlan] Rename isUniform(AfterVectorization) to isSingleScalar (NFC). (PR #140134)

via llvm-commits llvm-commits at lists.llvm.org
Fri May 16 04:13:35 PDT 2025


================
@@ -109,7 +109,7 @@ bool vputils::isUniformAcrossVFsAndUFs(VPValue *V) {
         // VPReplicateRecipe.IsUniform. They are also uniform across UF parts if
----------------
ayalz wrote:

```suggestion
        // VPReplicateRecipe.IsSingleScalar. They are also uniform across UF parts if
```

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


More information about the llvm-commits mailing list