[PATCH] D65167: [GlobalISel] Support for inlining memcpy, memset and memmove calls

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 23 16:16:36 PDT 2019


aemerson updated this revision to Diff 211375.
aemerson added a comment.

Addressed most of the comments.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D65167

Files:
  llvm/include/llvm/CodeGen/GlobalISel/CombinerHelper.h
  llvm/include/llvm/CodeGen/GlobalISel/CombinerInfo.h
  llvm/include/llvm/CodeGen/TargetLowering.h
  llvm/lib/CodeGen/GlobalISel/CombinerHelper.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.cpp
  llvm/lib/Target/AArch64/AArch64ISelLowering.h
  llvm/lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp
  llvm/lib/Target/Mips/MipsPreLegalizerCombiner.cpp
  llvm/test/CodeGen/AArch64/GlobalISel/inline-memcpy.mir
  llvm/test/CodeGen/AArch64/GlobalISel/inline-memmove.mir
  llvm/test/CodeGen/AArch64/GlobalISel/inline-memset.mir

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D65167.211375.patch
Type: text/x-patch
Size: 54413 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190723/6672a5d8/attachment.bin>


More information about the llvm-commits mailing list