mirror of
https://github.com/intel/llvm.git
synced 2026-01-13 19:08:21 +08:00
Here is an example of TBAA attributes generated by Flang:
```
#tbaa_root = #llvm.tbaa_root<id = "Flang function root _QPtest6">
#tbaa_type_desc = #llvm.tbaa_type_desc<id = "any access", members = {<#tbaa_root, 0>}>
```
We have to process the text after `=` to replace the attribute
references with proper check variables.