[PATCH] D69797: [Attributor] Use must-be-executed-context in align deduction

Hideto Ueno via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 4 21:50:29 PST 2019


uenoku added inline comments.


================
Comment at: llvm/lib/Transforms/IPO/Attributor.cpp:3108
+  // feed into.
+  // TODO: Consider gep instruction
+  if (isa<CastInst>(I)) {
----------------
jdoerfert wrote:
> 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.
I'll add support in another patch.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D69797/new/

https://reviews.llvm.org/D69797





More information about the llvm-commits mailing list