[PATCH] D102215: [SelectionDAG] Propagate scoped AA metadata when lowering mem intrinsics.

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 25 09:22:10 PDT 2021


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

Move the AAInfo preparation into the code lowering memcpy/memmove/memset.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102215

Files:
  llvm/include/llvm/CodeGen/SelectionDAG.h
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp
  llvm/test/CodeGen/AArch64/memcpy-scoped-aa.ll
  llvm/test/CodeGen/AMDGPU/memcpy-scoped-aa.ll
  llvm/test/CodeGen/X86/memcpy-scoped-aa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102215.347705.patch
Type: text/x-patch
Size: 35595 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210525/8896e5cd/attachment.bin>


More information about the llvm-commits mailing list