[clang] [llvm] PowerPC: Support `Q` constraint and `P` modifier in Inline Asm (PR #163616)
via llvm-commits
llvm-commits at lists.llvm.org
Fri Oct 24 13:02:00 PDT 2025
================
@@ -411,11 +411,26 @@ bool PPCAsmPrinter::PrintAsmOperand(const MachineInstr *MI, unsigned OpNo,
bool PPCAsmPrinter::PrintAsmMemoryOperand(const MachineInstr *MI, unsigned OpNo,
const char *ExtraCode,
raw_ostream &O) {
+ auto reportAsmMemError = [&](StringRef errMsg) {
----------------
RolandF77 wrote:
ErrMsg?
https://github.com/llvm/llvm-project/pull/163616
More information about the llvm-commits
mailing list