[flang-commits] [flang] [flang] Add ETIME runtime and lowering intrinsics implementation (PR #90578)
jiajie zhang via flang-commits
flang-commits at lists.llvm.org
Wed May 1 08:58:56 PDT 2024
================
@@ -222,6 +222,11 @@ static constexpr IntrinsicHandler handlers[]{
{"boundary", asBox, handleDynamicOptional},
{"dim", asValue}}},
/*isElemental=*/false},
+ {"etime",
+ &I::genEtime,
+ {{{"values", asBox},
+ {"time", asBox}}},
----------------
JumpMasterJJ wrote:
I'm not sure about it. I can try it later.
https://github.com/llvm/llvm-project/pull/90578
More information about the flang-commits
mailing list