[RISCV] Fix inline asm error for block address (#66640)
After commit cedf2ea7, `RISCVMergeBaseOffset` can handle `BlockAddress` currently. But we didn't handle it in `PrintAsmMemoryOperand` so we get `invalid operand in inline asm` error. This patch fixes the error.
Loading
Please sign in to comment