[all-commits] [llvm/llvm-project] e3fee0: [VPlan] Remove special cost logic for stores predi...

Florian Hahn via All-commits all-commits at lists.llvm.org
Fri Jun 5 12:43:46 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e3fee08c14eab9ee30c7d6d19c66cbd6bf1ff704
      https://github.com/llvm/llvm-project/commit/e3fee08c14eab9ee30c7d6d19c66cbd6bf1ff704
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2026-06-05 (Fri, 05 Jun 2026)

  Changed paths:
    M llvm/lib/Transforms/Vectorize/VPlanRecipes.cpp
    M llvm/test/Transforms/LoopVectorize/AArch64/conditional-branches-cost.ll
    M llvm/test/Transforms/LoopVectorize/SystemZ/pr47665.ll
    M llvm/test/Transforms/LoopVectorize/X86/consecutive-ptr-uniforms.ll

  Log Message:
  -----------
  [VPlan] Remove special cost logic for stores predicated by header mask. (#196632)

Update the predicated memop costs with uniform operands to 
match the code we generate.

Depends on https://github.com/llvm/llvm-project/pull/196630

PR: https://github.com/llvm/llvm-project/pull/196632



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