================
@@ -1921,12 +1935,19 @@ Value *SplitPtrStructs::handleMemoryInst(Instruction 
*I, Value *Arg, Value *Ptr,
     Aux |= AMDGPU::CPol::VOLATILE;
   Args.push_back(IRB.getInt32(Aux));
 
+  // amdgcn_raw_ptr_buffer_load has no scope operand, unlike the atomic load,
+  // store, and RMW intrinsics used below.
----------------
krzysz00 wrote:

atomic loads should have a scope operand, no?

https://github.com/llvm/llvm-project/pull/213585
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to