[PATCH] D120904: [Attributor] Remove function pointer restriction for AAAlign
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Mar 6 15:01:26 PST 2022
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
Removing this "hack" is a good idea. From the TODO I'd assumed we simply ignore function pointer i2p uses that have no uses themselves. But this seems to work as well I guess, or at least there is no test (yet) to expose it doesn't. LG
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D120904/new/
https://reviews.llvm.org/D120904
More information about the llvm-commits
mailing list