[PATCH] D108221: [LoopIdiom] Keep TBAA when creating memcpy/memmove

William Moses via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jan 23 19:20:48 PST 2022


wsmoses updated this revision to Diff 402383.
wsmoses marked 2 inline comments as done.
wsmoses added a comment.
Herald added a subscriber: dexonsmith.

Add memmove test and properly handle new-struct-path tbaa


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D108221

Files:
  llvm/include/llvm/IR/Metadata.h
  llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
  llvm/lib/Transforms/Scalar/LoopIdiomRecognize.cpp
  llvm/test/Transforms/LoopIdiom/memcpy-tbaa.ll
  llvm/test/Transforms/LoopIdiom/memmove-tbaa.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D108221.402383.patch
Type: text/x-patch
Size: 18990 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220124/f1cc992c/attachment-0001.bin>


More information about the llvm-commits mailing list