This is an archive of the discontinued LLVM Phabricator instance.

[CodeGen] Introduce generic TBAA access descriptors
ClosedPublic

Authored by kosarev on Oct 2 2017, 6:49 AM.

Details

Summary

With this patch we implement a concept of TBAA access descriptors that are capable of representing both scalar and struct-path accesses in a generic way.

This is part of D37826 reworked to be a separate patch to simplify review.

Diff Detail

Repository
rL LLVM