[flang-commits] [flang] [flang] allow intrinsic module procedures to be implemented in Fortran (PR #97743)

via flang-commits flang-commits at lists.llvm.org
Mon Jul 8 01:08:07 PDT 2024


================
@@ -25,6 +25,7 @@
 namespace fir {
 
 class StatementContext;
+struct IntrinsicHandlerEntry;
 
 // TODO: Error handling interface ?
 // TODO: Implementation is incomplete. Many intrinsics to tbd.
----------------
jeanPerier wrote:

Thanks Val, these TODO are not very helpful/accurate here anymore. I removed them. I also rephrased the `genIntrinsicCall` comment that pointed to another version "above" that does not exists anymore. 

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


More information about the flang-commits mailing list