[PATCH] D86815: [LangRef] Remove non-overlapping guarantee from memcpy.
James Y Knight via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Aug 31 17:49:34 PDT 2020
jyknight added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/memset-and-memcpy.ll:74
;
; Previously this was not allowed (PR8728), also discussed in PR11763.
define void @test18(i8* %P, i8* %Q, i8* %R) nounwind ssp {
----------------
This comment needs updating too.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D86815/new/
https://reviews.llvm.org/D86815
More information about the llvm-commits
mailing list