[PATCH] D69797: [Attributor] Use must-be-executed-context in align deduction
Johannes Doerfert via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 4 13:19:16 PST 2019
jdoerfert accepted this revision.
jdoerfert added a comment.
This revision is now accepted and ready to land.
LGTM
================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:3108
+ // feed into.
+ // TODO: Consider gep instruction
+ if (isa<CastInst>(I)) {
----------------
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.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69797/new/
https://reviews.llvm.org/D69797
More information about the llvm-commits
mailing list