[clang] [Clang][CodeGen][NFC] Refactor EmitAsmStmt method (PR #196885)

Bill Wendling via cfe-commits cfe-commits at lists.llvm.org
Mon May 11 11:53:09 PDT 2026


================
@@ -5489,6 +5489,90 @@ class CodeGenFunction : public CodeGenTypeCache {
                      QualType InputType, std::string &ConstraintStr,
                      SourceLocation Loc);
 
+  /// This structure holds the information gathered about the constraints for an
+  /// inline assembly statement. It helps in separating the constraint
+  /// processing from the code generation.
+  struct AsmConstraintsInfo {
----------------
bwendling wrote:

Any further comments?

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


More information about the cfe-commits mailing list