[PATCH] D37939: [Mem2Reg] Also handle memcpy

Keno Fischer via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 19 10:45:07 PDT 2017


loladiro added a comment.

Hi @efriedma,

this is the julia pass pipeline (https://github.com/JuliaLang/julia/blob/master/src/jitlayers.cpp#L148). IIRC the original list of passes came from VMKit,
but the pass list was adjusted as needed over the years.


https://reviews.llvm.org/D37939





More information about the llvm-commits mailing list