[PATCH] D109749: Experimental Partial Mem2Reg
Graham Hunter via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 2 03:26:54 PDT 2021
huntergr updated this revision to Diff 384025.
huntergr added a comment.
Updated the diff based on the suggestion from @lebedev.ri
This patch now only deals with the case of an alloca being passed directly to a call which doesn't capture it.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D109749/new/
https://reviews.llvm.org/D109749
Files:
llvm/include/llvm/Transforms/Scalar/SROA.h
llvm/include/llvm/Transforms/Utils/PromoteMemToReg.h
llvm/lib/Transforms/Scalar/SROA.cpp
llvm/lib/Transforms/Utils/PromoteMemoryToRegister.cpp
llvm/test/Transforms/PhaseOrdering/lifetime-sanitizer.ll
llvm/test/Transforms/SROA/non-capturing-call.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D109749.384025.patch
Type: text/x-patch
Size: 8526 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211102/373c093f/attachment.bin>
More information about the llvm-commits
mailing list