diff options
author | Juan Manuel Martinez CaamaƱo <jmartinezcaamao@gmail.com> | 2024-09-25 13:15:23 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-09-25 13:15:23 +0200 |
commit | b40ff5ac2d407074db4479c6e271f51c3f5db4c2 (patch) | |
tree | e4067052ffb332f8b3031551957d219a45ae6ce1 /clang/lib/CodeGen/ModuleBuilder.cpp | |
parent | f5838cc17ffb1a0015a0d2687a72bf39b2847f6d (diff) | |
download | llvm-b40ff5ac2d407074db4479c6e271f51c3f5db4c2.zip llvm-b40ff5ac2d407074db4479c6e271f51c3f5db4c2.tar.gz llvm-b40ff5ac2d407074db4479c6e271f51c3f5db4c2.tar.bz2 |
[AMDGPU][StructurizeCFG] Maintain branch MD_prof metadata (#109813)
Currently `StructurizeCFG` drops branch_weight metadata .
This metadata can be generated from user annotations in the source code
like:
```cpp
if (...) [[likely]] {
}
```
Diffstat (limited to 'clang/lib/CodeGen/ModuleBuilder.cpp')
0 files changed, 0 insertions, 0 deletions