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.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D42364
[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
Event TimelineThis revision is now accepted and ready to land.Feb 12 2018, 6:47 AM Closed by commit rL325008: [IR] Fix creating mutable versions of TBAA access tags (authored by kosarev). · Explain WhyFeb 13 2018, 6:47 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 134032 llvm/trunk/lib/IR/MDBuilder.cpp
llvm/trunk/test/Transforms/RewriteStatepointsForGC/deref-pointers.ll
|