[PATCH] D104993: [Attributor] Reorganize AAHeapToStack

Stefan Stipanovic via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jul 1 13:12:09 PDT 2021


sstefan1 added a comment.

I like this reorganisation. LGTM!



================
Comment at: llvm/lib/Transforms/IPO/AttributorAttributes.cpp:4897
+
+    auto CallBaseCB = [&](Instruction &I) {
+      CallBase *CB = dyn_cast<CallBase>(&I);
----------------
I feel like this could have a better name


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D104993



More information about the llvm-commits mailing list