diff options
author | Jay Foad <jay.foad@amd.com> | 2025-04-08 14:08:42 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-04-08 14:08:42 +0100 |
commit | 008c875be85732f72c4df4671167f5be79f449eb (patch) | |
tree | 36fc75cb899184a19e419acaff21fde5915b703d /clang/lib/Frontend/ModuleDependencyCollector.cpp | |
parent | 7e1b76c2d7e272541ed40df6ce7a15e5cb51d407 (diff) | |
download | llvm-008c875be85732f72c4df4671167f5be79f449eb.zip llvm-008c875be85732f72c4df4671167f5be79f449eb.tar.gz llvm-008c875be85732f72c4df4671167f5be79f449eb.tar.bz2 |
[AMDGPU] Fix excessive stack usage in SIInsertWaitcnts::run (#134835)
Noticed on Windows when running LLVM as part of a graphics driver, with
total stack usage limited to about 128 KB. In some cases this function
would overflow the stack.
On Linux this reduces stack usage in this function from about 32 KB to
about 0.5 KB.
Diffstat (limited to 'clang/lib/Frontend/ModuleDependencyCollector.cpp')
0 files changed, 0 insertions, 0 deletions