[PATCH] D140603: Resolve a long-standing FIXME in memcpyopt.
Owen Anderson via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Dec 23 09:34:09 PST 2022
resistor added a comment.
Thank you for the test case.
Something strange is occurring here. When I run the test you provided through opt manually, I see the expected outcome. When I add that test to `test/Transforms/MemCpyOpt/callslot.ll` I don't see the transformation happening.
I need to dig into what's going wrong...
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D140603/new/
https://reviews.llvm.org/D140603
More information about the llvm-commits
mailing list