[all-commits] [llvm/llvm-project] 3e1545: [LLVM] Refine MemoryEffect handling for target-spe...

CarolineConcatto via All-commits all-commits at lists.llvm.org
Wed Feb 25 05:54:05 PST 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 3e1545b741023f3213554a68b24d53166505ea94
      https://github.com/llvm/llvm-project/commit/3e1545b741023f3213554a68b24d53166505ea94
  Author: CarolineConcatto <caroline.concatto at arm.com>
  Date:   2026-02-25 (Wed, 25 Feb 2026)

  Changed paths:
    M llvm/include/llvm/Support/ModRef.h
    M llvm/lib/Analysis/AliasAnalysis.cpp
    A llvm/test/Transforms/EarlyCSE/target-memory.ll

  Log Message:
  -----------
  [LLVM] Refine MemoryEffect handling for target-specific intrinsics (#155590)

This patch improves memory alias analysis between calls if they change
inaccessible or target memory locations. The  results is
computed by comparing each location ModRefInfo between the calls.



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