[flang-commits] [flang] [flang] Add ETIME runtime and lowering intrinsics implementation (PR #90578)
    Michael Klemm via flang-commits 
    flang-commits at lists.llvm.org
       
    Wed May  1 08:20:16 PDT 2024
    
    
  
mjklemm wrote:
> `etime` needs to be both a function and a subroutine.
Yes.  Any recommendation how this can be achieved?  I was trying to add `etime` to the function definitions and the subroutine definitions, but then code-gen handler is not being picked up.
https://github.com/llvm/llvm-project/pull/90578
    
    
More information about the flang-commits
mailing list