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

Michael Liao via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed May 19 13:02:12 PDT 2021


hliao updated this revision to Diff 346540.
hliao added a comment.
Herald added subscribers: dexonsmith, kerbowa, pengfei, mgorny, nhaehnle, jvesely.

Add MIR printer and parser support for scoped AA metadata generated in the backend.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D102255

Files:
  llvm/include/llvm/AsmParser/SlotMapping.h
  llvm/include/llvm/CodeGen/MIRParser/MIParser.h
  llvm/include/llvm/CodeGen/MIRYamlMapping.h
  llvm/include/llvm/CodeGen/MachineModuleSlotTracker.h
  llvm/include/llvm/IR/ModuleSlotTracker.h
  llvm/lib/CodeGen/CMakeLists.txt
  llvm/lib/CodeGen/MIRParser/MILexer.cpp
  llvm/lib/CodeGen/MIRParser/MILexer.h
  llvm/lib/CodeGen/MIRParser/MIParser.cpp
  llvm/lib/CodeGen/MIRParser/MIRParser.cpp
  llvm/lib/CodeGen/MIRPrinter.cpp
  llvm/lib/CodeGen/MachineFunction.cpp
  llvm/lib/CodeGen/MachineModuleSlotTracker.cpp
  llvm/lib/CodeGen/MachineStableHash.cpp
  llvm/lib/CodeGen/SelectionDAG/SelectionDAG.cpp
  llvm/lib/IR/AsmWriter.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.346540.patch
Type: text/x-patch
Size: 47332 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210519/4a9f1625/attachment-0001.bin>


More information about the llvm-commits mailing list