[all-commits] [llvm/llvm-project] 37b135: Attributor: Don't rely on use_empty for constants ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Apr 24 12:42:18 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 37b135cc8f079483a3a969a79898e1d3933d0067
https://github.com/llvm/llvm-project/commit/37b135cc8f079483a3a969a79898e1d3933d0067
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 (#137218)
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