[PATCH] D102255: [SelectionDAG] Generate scoped AA metadata when loweing memcpy.
Michael Liao via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue May 11 10:03:36 PDT 2021
hliao created this revision.
Herald added subscribers: ecnelises, hiraditya, nemanjai.
hliao requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.
- When memcpy is lowered in SelectionDAG, similar to inlining a function, scoped AA metadata should be generated and attached on the lowered loads/stores following 'noalias' arguments.
Repository:
rG LLVM Github Monorepo
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/PowerPC/pr45301.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D102255.344452.patch
Type: text/x-patch
Size: 7681 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210511/ed0445be/attachment.bin>
More information about the llvm-commits
mailing list