diff options
author | Mingming Liu <mingmingl@google.com> | 2025-10-13 12:02:53 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-10-13 19:02:53 +0000 |
commit | 13e563e5c60d9d71f8807477b6ecf555037a35bc (patch) | |
tree | 25eb8aca4151f703a0dabb9923279e84c36812c3 /llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp | |
parent | 9bf88d09b340380c314ca0ccbb1b283fafb96449 (diff) | |
download | llvm-13e563e5c60d9d71f8807477b6ecf555037a35bc.zip llvm-13e563e5c60d9d71f8807477b6ecf555037a35bc.tar.gz llvm-13e563e5c60d9d71f8807477b6ecf555037a35bc.tar.bz2 |
[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
Diffstat (limited to 'llvm/lib/CodeGen/StackFrameLayoutAnalysisPass.cpp')
0 files changed, 0 insertions, 0 deletions