This patch introduces a deduction of noalias for local global variables with a single use.
Diff Detail
Diff Detail
Event Timeline
llvm/lib/Transforms/IPO/AttributorAttributes.cpp | ||
---|---|---|
2441 | Handling GlovalValue introduces many noalias for function pointers :) |
Keep a TODO for things other than globals (don't know yet what but still ;) )