[flang-commits] [flang] [flang] Register and lower SECNDS (stubbed implementation) (PR #151878)
Šárka Holendová via flang-commits
flang-commits at lists.llvm.org
Sun Aug 10 08:00:38 PDT 2025
================
@@ -7815,6 +7819,14 @@ IntrinsicLibrary::genScan(mlir::Type resultType,
return readAndAddCleanUp(resultMutableBox, resultType, "SCAN");
}
+// SECNDS
+// Lowering is registered, runtime not yet implemented
----------------
mlir-maiden wrote:
Hello Eugene,
Thank you for the review and the offer to handle the runtime. I’ll gladly take you up on that. Since the registration and lowering are confirmed, I’d like to take it a step further and wire genSecnds() to a stubbed RTNAME(Secnds) in time-intrinsic.cpp, so the full path is in place. I know how to do that. I’m on it and will follow up with a patch shortly.
Best,
Sarka
https://github.com/llvm/llvm-project/pull/151878
More information about the flang-commits
mailing list