[PATCH] D113520: [SROA] Maintain shadow/backing alloca when some slices are noncapturnig read-only calls to allow alloca partitioning/promotion

Djordje Todorovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 3 06:45:58 PST 2022


djtodoro added a comment.

LGTM for my side, but please wait a few days to see if someone has some additional comments (although it looks like all the comments are already addressed).



================
Comment at: llvm/lib/Transforms/Scalar/SROA.cpp:278
+    DeadOperands.clear();
+  };
+
----------------
I guess `;` is unintentional here.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D113520



More information about the llvm-commits mailing list