[llvm-branch-commits] [clang] [CIR] Implement codegen for inline assembly with output operands (PR #154014)
Iris Shi via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Aug 17 05:05:06 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
----------------
el-ev wrote:
I didn't find a suitable header to place those functions.
https://github.com/llvm/llvm-project/pull/154014
More information about the llvm-branch-commits
mailing list