[PATCH] D26229: [TBAA] Drop support for "old style" scalar TBAA
Sanjoy Das via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 1 19:36:32 PDT 2016
sanjoy created this revision.
sanjoy added reviewers: manmanren, chandlerc, sunfish.
sanjoy added a subscriber: llvm-commits.
Herald added subscribers: mgorny, mcrosier.
We've had support for auto upgrading old style scalar TBAA access
metadata into the "new" struct path aware TBAA metadata for 3 years now.
The only way to actually generate old style TBAA was explicitly through
the IRBuilder API. I think this is a good time for dropping support for
old style scalar TBAA.
I will start an RFC on llvm-dev on this topic, but I wanted to have a
patch to link to first.
https://reviews.llvm.org/D26229
Files:
lib/Analysis/TypeBasedAliasAnalysis.cpp
lib/IR/Verifier.cpp
unittests/Analysis/CMakeLists.txt
unittests/Analysis/MixedTBAATest.cpp
unittests/Analysis/TBAATest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26229.76668.patch
Type: text/x-patch
Size: 9882 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161102/e6783f34/attachment.bin>
More information about the llvm-commits
mailing list