[PATCH] D102255: [SelectionDAG] Generate scoped AA metadata when lowering memcpy.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 6 12:40:58 PDT 2021


hliao updated this revision to Diff 356804.
hliao added a comment.

Rebase and resolve conflicts. Kindly PING for review.

BTW, the newly generated AA metadata only changes the alias checking results among loads/stores generated from this lowered memcpy. It won't change other alias checking result.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D102255/new/

https://reviews.llvm.org/D102255

Files:
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/test/CodeGen/AArch64/arm64-2012-05-07-MemcpyAlignBug.ll
  llvm/test/CodeGen/AArch64/arm64-memcpy-inline.ll
  llvm/test/CodeGen/AArch64/arm64-misaligned-memcpy-inline.ll
  llvm/test/CodeGen/AArch64/memcpy-scoped-aa.ll
  llvm/test/CodeGen/AMDGPU/memcpy-scoped-aa.ll
  llvm/test/CodeGen/PowerPC/pr45301.ll
  llvm/test/CodeGen/X86/memcpy-scoped-aa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102255.356804.patch
Type: text/x-patch
Size: 21045 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210706/50288a8b/attachment.bin>


More information about the llvm-commits mailing list