This is an archive of the discontinued LLVM Phabricator instance.

[IR] Fix creating mutable versions of TBAA access tags
ClosedPublic

Authored by kosarev on Jan 22 2018, 2:39 AM.

Details

Summary

Due to a typo in D41565, mutable TBAA tags created with createMutableTBAAAccessTag() lose their base types. This patch fixes that typo and updates tests respectively.

Diff Detail

Repository
rL LLVM

Event Timeline

apilipenko accepted this revision.Feb 12 2018, 6:47 AM
apilipenko added a subscriber: apilipenko.

Thanks for adding the test case!

This revision is now accepted and ready to land.Feb 12 2018, 6:47 AM
This revision was automatically updated to reflect the committed changes.