[all-commits] [llvm/llvm-project] 3860e2: [VPlan] Mark VPVectorPointerRecipe as not having s...

Florian Hahn via All-commits all-commits at lists.llvm.org
Tue Oct 15 22:14:53 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3860e29e0e743c5f411c3023396d1ea07c28da7d
      https://github.com/llvm/llvm-project/commit/3860e29e0e743c5f411c3023396d1ea07c28da7d
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-10-16 (Wed, 16 Oct 2024)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
    M llvm/test/Transforms/LoopVectorize/AArch64/induction-costs.ll
    M llvm/test/Transforms/LoopVectorize/RISCV/first-order-recurrence-scalable-vf1.ll
    M llvm/test/Transforms/LoopVectorize/X86/cost-model.ll
    M llvm/test/Transforms/LoopVectorize/dead_instructions.ll
    M llvm/test/Transforms/LoopVectorize/use-iv-start-value.ll

  Log Message:
  -----------
  [VPlan] Mark VPVectorPointerRecipe as not having sideeffects.

VectorPointer doesn't read from memory or have any sideeffects. Mark it
accordingly.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list