[all-commits] [llvm/llvm-project] e147b3: [VPlan] Fix alias logic in canHoistOrSinkWithNoAli...

Ramkumar Ramachandra via All-commits all-commits at lists.llvm.org
Tue Feb 24 08:15:08 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: e147b3a05ee7f592e02a400ebea9fa1b2a62f8bb
      https://github.com/llvm/llvm-project/commit/e147b3a05ee7f592e02a400ebea9fa1b2a62f8bb
  Author: Ramkumar Ramachandra <artagnon at tenstorrent.com>
  Date:   2026-02-24 (Tue, 24 Feb 2026)

  Changed paths:
    M llvm/include/llvm/Analysis/ScopedNoAliasAA.h
    M llvm/lib/Analysis/ScopedNoAliasAA.cpp
    M llvm/lib/Transforms/Vectorize/VPlanTransforms.cpp
    M llvm/test/Transforms/LoopVectorize/hoist-predicated-loads-with-predicated-stores.ll

  Log Message:
  -----------
  [VPlan] Fix alias logic in canHoistOrSinkWithNoAliasCheck (#179504)

The correct way to check if two memory locations may alias is outlined
in ScopedNoAliasAAResult::alias: extract this into a helper, to fix the
current logic.



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