[all-commits] [llvm/llvm-project] aec392: [FunctionAttrs] Only consider provenance capture i...

Nikita Popov via All-commits all-commits at lists.llvm.org
Tue May 6 06:42:47 PDT 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: aec39293316049e5944ac281f800efe5e0dcac5f
      https://github.com/llvm/llvm-project/commit/aec39293316049e5944ac281f800efe5e0dcac5f
  Author: Nikita Popov <npopov at redhat.com>
  Date:   2025-05-06 (Tue, 06 May 2025)

  Changed paths:
    M llvm/lib/Transforms/IPO/FunctionAttrs.cpp
    M llvm/test/Transforms/FunctionAttrs/nocapture.ll

  Log Message:
  -----------
  [FunctionAttrs] Only consider provenance capture in access attr inference (#138535)

For the purpose of inferring readonly/writeonly/readnone on arguments,
we only care about provenance captures, not address captures.



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