[PATCH] D100717: [InstCombine] Transform memcpy to ptr load/stores if TBAA says so
Juneyoung Lee via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Apr 23 06:53:43 PDT 2021
aqjune updated this revision to Diff 340008.
aqjune added a comment.
Add the inttoptr-removing example, address comments
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D100717/new/
https://reviews.llvm.org/D100717
Files:
llvm/include/llvm/IR/Metadata.h
llvm/lib/Analysis/TypeBasedAliasAnalysis.cpp
llvm/lib/Transforms/InstCombine/InstCombineCalls.cpp
llvm/test/Transforms/InstCombine/memcpy-tbaa.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100717.340008.patch
Type: text/x-patch
Size: 5319 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210423/694ffc25/attachment.bin>
More information about the llvm-commits
mailing list