[clang] [CIR] Implement codegen for inline assembly with output operands (PR #154014)

Bruno Cardoso Lopes via cfe-commits cfe-commits at lists.llvm.org
Tue Aug 19 18:03:07 PDT 2025


================
@@ -26,6 +28,98 @@ static AsmFlavor inferFlavor(const CIRGenModule &cgm, const AsmStmt &s) {
   return isa<MSAsmStmt>(&s) ? AsmFlavor::x86_intel : gnuAsmFlavor;
 }
 
+// FIXME(cir): This should be a common helper between CIRGen
----------------
bcardosolopes wrote:

Works for me!

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


More information about the cfe-commits mailing list