This patch introduces align attribute deduction for callsite argument, function argument, function returned and floating value based on must-be-executed-context.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM
llvm/lib/Transforms/IPO/Attributor.cpp | ||
---|---|---|
3108 | If you want to add support (here and maybe we need it in other places), you can look at the logic for peeling a GEP here: https://reviews.llvm.org/D66618#C1584090NL235. |
llvm/lib/Transforms/IPO/Attributor.cpp | ||
---|---|---|
3108 | I'll add support in another patch. |
If you want to add support (here and maybe we need it in other places), you can look at the logic for peeling a GEP here: https://reviews.llvm.org/D66618#C1584090NL235.