[PATCH] D106401: [CUDA, MemCpyOpt] Add a flag to force-enable memcpyopt and use it for CUDA.
Artem Belevich via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jul 26 10:30:06 PDT 2021
tra added a comment.
In D106401#2903114 <https://reviews.llvm.org/D106401#2903114>, @nikic wrote:
> Would the variant of the original patch at D106769 <https://reviews.llvm.org/D106769> be sufficient for your purposes? Or are you also interested in the optimizations that introduce new memset/memcpy?
The specific issue I was looking to fix does need `memcpy`->`memset` transformation, so I would still need a way to bypass libcall availability checks.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D106401/new/
https://reviews.llvm.org/D106401
More information about the cfe-commits
mailing list