[PATCH] D15879: [BasicAA] Remove special casing of memset_pattern16 in favor of generic attribute inference
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 4 17:32:56 PST 2016
reames created this revision.
reames added reviewers: chandlerc, nlopes, dberlin.
reames added a subscriber: llvm-commits.
BasicAA doesn't need to know about memset_pattern16. Since this rule was added, we've added attributes which are sufficient to encode all relevant aliasing facts. (Well, except for the ones encoded in MemoryLocation.cpp w.r.t. access size.)
http://reviews.llvm.org/D15879
Files:
lib/Analysis/BasicAliasAnalysis.cpp
lib/Transforms/IPO/InferFunctionAttrs.cpp
test/Analysis/BasicAA/memset_pattern.ll
test/Transforms/InferFunctionAttrs/annotate.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15879.43948.patch
Type: text/x-patch
Size: 4969 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160105/f3e2b876/attachment.bin>
More information about the llvm-commits
mailing list