[PATCH] D113520: [SROA] Spill alloca's around non-capturing escapes via calls to allow alloca partitioning/promotion
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Nov 10 02:24:47 PST 2021
lebedev.ri added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/CMakeLists.txt:101
+
+set_source_files_properties(SROA.cpp PROPERTIES COMPILE_FLAGS -O0 -g3 -ggdb3)
----------------
jdoerfert wrote:
> leftover, I assume
yep.
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