This is an archive of the discontinued LLVM Phabricator instance.

[TBAA] Move TBAA helper classes to a header file.
Needs ReviewPublic

Authored by jcranmer-intel on Apr 6 2022, 1:19 PM.

Details

Summary

The reason for this fix is to be able to reuse some of this logic in contexts
not merely in analysis itself. This patch by itself doesn't touch these
interfaces, but that will come in the next patch.

Depends on D123247

Diff Detail

Unit TestsFailed