[PATCH] D136841: [LoongArch] Support inline asm operand modifier 'z'

WÁNG Xuěruì via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Oct 29 01:56:52 PDT 2022


xen0n accepted this revision.
xen0n added a comment.
This revision is now accepted and ready to land.

Inching closer to ClangBuiltLinux on LoongArch it seems!



================
Comment at: llvm/lib/Target/LoongArch/LoongArchAsmPrinter.cpp:64
+      break;
+      // TODO: handle other extra codes if we have.
     }
----------------
nit: "if any"


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D136841/new/

https://reviews.llvm.org/D136841



More information about the cfe-commits mailing list