================ @@ -64,3 +64,4 @@ LLVM_FIXED_MD_KIND(MD_inline_history, "inline_history", 49) LLVM_FIXED_MD_KIND(MD_elf_section_properties, "elf_section_properties", 50) LLVM_FIXED_MD_KIND(MD_unique_id, "guid", 51) LLVM_FIXED_MD_KIND(MD_mem_cache_hint, "mem.cache_hint", 52) +LLVM_FIXED_MD_KIND(MD_block_uniformity_profile, "block.uniformity.profile", 53) ---------------- arsenm wrote:
Missing bitcode compatibility test https://github.com/llvm/llvm-project/pull/190708 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
