[all-commits] [llvm/llvm-project] ce5831: Attributor: Do not treat pointer vectors of valid ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 26 05:18:38 PST 2024
Branch: refs/heads/users/arsenm/attributor-remove-checks-for-ptr-vector-attributes
Home: https://github.com/llvm/llvm-project
Commit: ce583126e84834fe3a48ea91606f650a8ec7f366
https://github.com/llvm/llvm-project/commit/ce583126e84834fe3a48ea91606f650a8ec7f366
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-26 (Thu, 26 Dec 2024)
Changed paths:
M llvm/include/llvm/Transforms/IPO/Attributor.h
Log Message:
-----------
Attributor: Do not treat pointer vectors of valid for unsupported attributes
The memory attributes, noalias, and dereferenceable do not support
vectors of pointers according to the IR verifier, so don't report
them as valid.
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