[all-commits] [llvm/llvm-project] c23e1c: [BasicAA] Treat ExtractValue(Argument) similar to ...

David Green via All-commits all-commits at lists.llvm.org
Tue Apr 8 02:06:26 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: c23e1cb9362067d3565a78590db8c5e68b74cf17
      https://github.com/llvm/llvm-project/commit/c23e1cb9362067d3565a78590db8c5e68b74cf17
  Author: David Green <david.green at arm.com>
  Date:   2025-04-08 (Tue, 08 Apr 2025)

  Changed paths:
    M llvm/lib/Analysis/BasicAliasAnalysis.cpp
    M llvm/test/Analysis/BasicAA/noalias-inttoptr.ll

  Log Message:
  -----------
  [BasicAA] Treat ExtractValue(Argument) similar to Argument in relation to function-local objects. (#134716)

This is a much smaller, technically orthogonal patch similar to #134505. It
states that a extractvalue(Argument) can be treated like an Argument for alias
analysis, where the extractelement acts like a phi / copy. No inttoptr here.



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