================
@@ -361,6 +361,20 @@ void AMDGPUAsmPrinter::emitInstruction(const MachineInstr
*MI) {
return;
}
+ if (MI->getOpcode() == AMDGPU::S_ASYNCMARK) {
+ if (isVerbose())
+ OutStreamer->emitRawComment(" s_asyncmark");
----------------
arsenm wrote:
Synthetic operations shouldn't get an S_ prefix which makes it look like a real
instruction
https://github.com/llvm/llvm-project/pull/173259
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits