[clang] [llvm] [SPIRV][RFC] Rework / extend support for memory scopes (PR #106429)

Vyacheslav Levytskyy via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 16 03:48:52 PDT 2024


================
@@ -33,7 +33,8 @@
 #include "llvm/Support/Debug.h"
 
 namespace {
----------------
VyacheslavLevytskyy wrote:

@AlexVlx Let's remove all references to `struct SyncScopeIDs` from the whole `SPIRVInstructionSelector.cpp` module. We will insert `getOrInsertSyncScopeID()` in the `getMemScope()` portion of code.

https://github.com/llvm/llvm-project/pull/106429


More information about the cfe-commits mailing list