[llvm] [NVPTX] Load/Store/Fence syncscope support (PR #106101)

Artem Belevich via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 19 11:04:20 PDT 2024


================
@@ -95,228 +96,262 @@ void NVPTXInstPrinter::printOperand(const MCInst *MI, unsigned OpNo,
 }
 
 void NVPTXInstPrinter::printCvtMode(const MCInst *MI, int OpNum, raw_ostream &O,
-                                    const char *Modifier) {
+                                    const char *M) {
----------------
Artem-B wrote:

> my preference would have been to do those in different PRs..

+1 to splitting off independent changes into separate patches. Send them my way.

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


More information about the llvm-commits mailing list