[PATCH] D108221: [LoopIdiom] Keep TBAA when creating memcpy/memmove
William Moses via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 31 11:29:21 PST 2022
wsmoses marked an inline comment as done.
wsmoses added inline comments.
================
Comment at: llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp:1181
+
+ NewCall = Builder.CreateMemSet(
+ BasePtr, SplatValue, NumBytes, MaybeAlign(StoreAlignment),
----------------
jeroen.dobbelaere wrote:
> We will also need a `memset` test.
>
Added, apparently I hadn't done a git add.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108221/new/
https://reviews.llvm.org/D108221
More information about the llvm-commits
mailing list