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

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Fri May 16 06:26:31 PDT 2025


================
@@ -2668,16 +2668,15 @@ void VPReplicateRecipe::execute(VPTransformState &State) {
     return;
   }
 
-  if (IsUniform) {
+  if (IsSingleScalar) {
     // Uniform within VL means we need to generate lane 0.
----------------
fhahn wrote:

Updated thanks

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


More information about the llvm-commits mailing list