[flang-commits] [flang] [flang] Add MALLOC and FREE intrinsics for Cray pointers (PR #110018)
David Truby via flang-commits
flang-commits at lists.llvm.org
Wed Sep 25 10:50:23 PDT 2024
================
@@ -700,7 +700,7 @@ IBCHNG, ISHA, ISHC, ISHL, IXOR
IARG, IARGC, NARGS, NUMARG
BADDRESS, IADDR
CACHESIZE, EOF, FP_CLASS, INT_PTR_KIND, ISNAN, LOC
-MALLOC
+MALLOC, FREE
----------------
DavidTruby wrote:
Note: the docs say that MALLOC is an extension we already support, but it isn't actually supported at the moment.
https://github.com/llvm/llvm-project/pull/110018
More information about the flang-commits
mailing list