[flang-commits] [flang] [flang] Use correct int extension flags for C-ABI calls on aarch64 (PR #137105)

Kiran Chandramohan via flang-commits flang-commits at lists.llvm.org
Thu Apr 24 08:58:13 PDT 2025


================
@@ -810,6 +810,33 @@ struct TargetAArch64 : public GenericTarget<TargetAArch64> {
     return marshal;
   }
 
+  CodeGenSpecifics::Marshalling
+  integerArgumentType(mlir::Location loc,
----------------
kiranchandramohan wrote:

Does this work for both returns and arguments? If not how is the returns handled?

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


More information about the flang-commits mailing list