[all-commits] [llvm/llvm-project] c45c92: Attributor: Don't rely on use_empty for constants

Matt Arsenault via All-commits all-commits at lists.llvm.org
Thu Apr 24 10:50:01 PDT 2025


  Branch: refs/heads/users/arsenm/attributor/do-not-rely-on-constants-with-use-empty
  Home:   https://github.com/llvm/llvm-project
  Commit: c45c927526220f10722010865bb5de71790397e1
      https://github.com/llvm/llvm-project/commit/c45c927526220f10722010865bb5de71790397e1
  Author: Matt Arsenault <Matthew.Arsenault at amd.com>
  Date:   2025-04-24 (Thu, 24 Apr 2025)

  Changed paths:
    M llvm/lib/Transforms/IPO/AttributorAttributes.cpp
    M llvm/test/Transforms/Attributor/issue87856.ll

  Log Message:
  -----------
  Attributor: Don't rely on use_empty for constants

This allows inferring noalias on a null argument parameter. This
avoids a non-NFC diff in a future change.



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