llvm-project
13e563e5 - [NFCI][StaticDataLayout] Get rid of section prefix validation in codegen (#162349)

Commit
106 days ago
[NFCI][StaticDataLayout] Get rid of section prefix validation in codegen (#162349) The section prefix validation was initially added when global variable's section prefix is only added in the codegen pass. Now the optimizer pass MemProfUse can annotate data section prefix by making use of data access profiles, so we can remove the validation. Also calls `setSectionPrefix` which returns whether section prefix is updated. This is the 3rd patch as a split of https://github.com/llvm/llvm-project/pull/155337
Parents
Loading