[PATCH] D37939: [Mem2Reg] Also handle memcpy

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 18 15:20:13 PDT 2017


efriedma added a comment.

clang's standard pass pipeline never uses the mem2reg pass; it uses SROA instead.  What pass pipeline are you using where this matters?


https://reviews.llvm.org/D37939





More information about the llvm-commits mailing list