llvm-project
3ea39a58 - [utils] Process attribute references in lines defining attrs. (#156541)

Commit
197 days ago
[utils] Process attribute references in lines defining attrs. (#156541) 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.
Author
Parents
Loading