[llvm] [SPIRV] Support for the extension SPV_INTEL_blocking_pipes (PR #138675)

via llvm-commits llvm-commits at lists.llvm.org
Sun May 11 22:49:31 PDT 2025


================
@@ -697,7 +697,8 @@ static bool buildAtomicStoreInst(const SPIRV::IncomingCall *Call,
                                  MachineIRBuilder &MIRBuilder,
                                  SPIRVGlobalRegistry *GR) {
   if (Call->isSpirvOp())
-    return buildOpFromWrapper(MIRBuilder, SPIRV::OpAtomicStore, Call, Register(0));
+    return buildOpFromWrapper(MIRBuilder, SPIRV::OpAtomicStore, Call,
----------------
swatheesh-mcw wrote:

Why this change? Seems like only the format has been changed with the existing code.

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


More information about the llvm-commits mailing list