[PATCH] D88893: [SROA] Only generate memcpy if the slices is large 'enough' (WIP).
Aditya Kumar via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Oct 24 04:18:50 PDT 2020
hiraditya added a comment.
> Instcombine also expands small (16 bytes, hardcoded) memcpy's
Will it help to schedule another instcombine after SROA, or put SROA before an existing instcombine pass schedule?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D88893/new/
https://reviews.llvm.org/D88893
More information about the llvm-commits
mailing list