[PATCH] D87971: [MemLoc] Support lllvm.memcpy.inline in MemoryLocation::getForArgument
Dávid Bolvanský via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Sep 20 04:51:53 PDT 2020
xbolva00 marked 2 inline comments as done.
xbolva00 added inline comments.
================
Comment at: llvm/test/Transforms/DeadStoreElimination/MSSA/memintrinsics.ll:22
+define void @test2(i8* noalias %A, i8* noalias %B) {
; CHECK-LABEL: @test2(
+; CHECK-NEXT: store i8 0, i8* [[A:%.*]], align 1
----------------
hmm, no aliasing pointers - shouldn't we remove this store?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D87971/new/
https://reviews.llvm.org/D87971
More information about the llvm-commits
mailing list