We create attributes on-demand so we need to check the whitelist
on-demand. This also unifies the location at which we create and
initialize new abstract attributes.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
llvm/include/llvm/Transforms/IPO/Attributor.h | ||
---|---|---|
777 ↗ | (On Diff #217762) | register |
llvm/lib/Transforms/IPO/Attributor.cpp | ||
1308–1309 ↗ | (On Diff #217762) | I'm not sure why this check is here. Why not in initialize? |
llvm/lib/Transforms/IPO/Attributor.cpp | ||
---|---|---|
1308–1309 ↗ | (On Diff #217762) | Fair point, I'll move them in to initialize. |