[PATCH] D41543: [Transforms] Propagate new-format TBAA tags on simplification of memory-transfer intrinsics
Serge Pavlov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Feb 19 00:03:26 PST 2018
sepavloff accepted this revision.
sepavloff added a comment.
This revision is now accepted and ready to land.
LGTM
As a possible further enhancement. memcpy accesses two memory locations, source and destination, so it is both a load and a store. Does it make sense decorate load access also?
https://reviews.llvm.org/D41543
More information about the llvm-commits
mailing list