[PATCH] D89410: [Attributor] Deduce noalias for local global variables with a single use
Hideto Ueno via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 14 14:48:31 PDT 2020
uenoku marked an inline comment as done.
uenoku added inline comments.
================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:2441
+ return ChangeStatus::UNCHANGED;
+ }
return indicatePessimisticFixpoint();
----------------
jdoerfert wrote:
> Maybe even GlobalValue.
Handling GlovalValue introduces many `noalias` for function pointers :)
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D89410/new/
https://reviews.llvm.org/D89410
More information about the llvm-commits
mailing list