[all-commits] [llvm/llvm-project] ac8bb7: Attributor: Do not treat pointer vectors as valid ...
Matt Arsenault via All-commits
all-commits at lists.llvm.org
Fri Dec 27 00:57:42 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: ac8bb7353a7fe79cd99b3c041d5a153517c31abc
https://github.com/llvm/llvm-project/commit/ac8bb7353a7fe79cd99b3c041d5a153517c31abc
Author: Matt Arsenault <Matthew.Arsenault at amd.com>
Date: 2024-12-27 (Fri, 27 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 (#121149)
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