[llvm] [SPARC] Loosen assertions in printOperand for inline asm operands (PR #104692)

Sergei Barannikov via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 17 21:33:17 PDT 2024


================
@@ -317,10 +318,11 @@ void SparcAsmPrinter::printOperand(const MachineInstr *MI, int opNum,
 #ifndef NDEBUG
----------------
s-barannikov wrote:

The entire thing undef this `#ifndef` is dead code.
This method is only called when printing inline asm.


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


More information about the llvm-commits mailing list