diff options
author | Pierre van Houtryve <pierre.vanhoutryve@amd.com> | 2025-07-28 15:38:46 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-07-28 15:38:46 +0200 |
commit | a6532c2adac5c2d2ba67046bdc437be6a063d75d (patch) | |
tree | 3cd59e50e5bd3013131d39bcb98715ba4606cee1 /clang/lib/AST/ByteCode/Interp.cpp | |
parent | c8a091e1b65bcb523c3327b85a2442be61659a87 (diff) | |
download | llvm-a6532c2adac5c2d2ba67046bdc437be6a063d75d.zip llvm-a6532c2adac5c2d2ba67046bdc437be6a063d75d.tar.gz llvm-a6532c2adac5c2d2ba67046bdc437be6a063d75d.tar.bz2 |
[AMDGPU][gfx12] Clean-up implementation of waits before SCOPE_SYS stores (#150587)
We can do it all in finalizeStore if we ensure it always sees the
stores.
For that, I needed to fix a hidden bug where finalizeStore wouldn't see
all stores
because sometimes the iterator got out-of-sync and didn't point to the
store anymore.
This also removes the waits before volatile LDS stores which never
needed it, that was a bug until now.
Diffstat (limited to 'clang/lib/AST/ByteCode/Interp.cpp')
0 files changed, 0 insertions, 0 deletions