diff options
author | Joseph Huber <huberjn@outlook.com> | 2024-07-22 07:07:51 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-07-22 07:07:51 -0500 |
commit | f39bd0a24e8aaa55c957c179607c071a86590ec1 (patch) | |
tree | 9a62b16d7423573c302eb717fb2e60ee1eb3fca4 /clang/lib/CodeGen | |
parent | c1622cae10c953f327c7ef24d57508eebd84f244 (diff) | |
download | llvm-f39bd0a24e8aaa55c957c179607c071a86590ec1.zip llvm-f39bd0a24e8aaa55c957c179607c071a86590ec1.tar.gz llvm-f39bd0a24e8aaa55c957c179607c071a86590ec1.tar.bz2 |
[AMDGPU] Do not print `kernel-resource-usage` information on non-kernels (#99720)
Summary:
This pass is used to get helpful information about the kernel resources
without needing to insepct the binary. However, it currently prints on
every function. These values will always be zero, so it's just spam on
the terminal, at best an indication that a function wasn't internalized
/ optimized out. This patch makes it only print for kernels to make it
more useful in practice.
Diffstat (limited to 'clang/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions