[PATCH] D26229: [TBAA] Drop support for "old style" scalar TBAA

Sanjoy Das via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 8 09:36:26 PST 2016


sanjoy added a comment.

In https://reviews.llvm.org/D26229#589258, @manmanren wrote:

> Nice clean up!
>
> Can you also update the documentation? I noticed that the language reference manual is still describing the old scalar TBAA.


Yes, I will.  My next steps are to:

1. Add some verification around tbaa nodes so that bad TBAA nodes are caught by the verifier as much as possible
2. Update the language reference


https://reviews.llvm.org/D26229





More information about the llvm-commits mailing list