2 Commits

Author SHA1 Message Date
Florian Hahn
83789ffbd8
[TBAA] Add bail-out to skip tbaa generation to getTBAAStructInfo. (#84386)
Without this bail out, we may generate fields with null nodes as tags
are generated by using getTypeInfo which has the same bail out.

PR: https://github.com/llvm/llvm-project/pull/84386
2024-03-08 20:43:35 +00:00
Florian Hahn
167b90d040
[TBAA] Add test showing tbaa.struct being generated with relaxed-alias.
Add test showing that tbaa.struct is generated when using TSan with
relaxed-aliasing.
2024-03-07 21:40:23 +00:00