[PATCH] D113520: [SROA] Spill alloca's around non-capturing escapes via calls to allow alloca partitioning/promotion

Johannes Doerfert via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 9 15:33:14 PST 2021


jdoerfert added a comment.

This is really cool. There is a FIXME, are you expecting to address this? Other than that, reading through it seems sensible to me.



================
Comment at: llvm/lib/Transforms/Scalar/CMakeLists.txt:101
+
+set_source_files_properties(SROA.cpp PROPERTIES COMPILE_FLAGS -O0 -g3 -ggdb3)
----------------
leftover, I assume


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