[all-commits] [llvm/llvm-project] 019394: Attributor: Do not treat pointer vectors as valid ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Thu Dec 26 05:24:03 PST 2024
Branch: refs/heads/users/arsenm/attributor-remove-checks-for-ptr-vector-attributes
Home: https://github.com/llvm/llvm-project
Commit: 019394c9e310bf5bd5dd22f51ba8159711834323
https://github.com/llvm/llvm-project/commit/019394c9e310bf5bd5dd22f51ba8159711834323
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 as 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