[flang] [llvm] [flang] Add ETIME runtime and lowering intrinsics implementation (PR #90578)

Peter Klausler via llvm-commits llvm-commits at lists.llvm.org
Mon May 13 08:31:42 PDT 2024


================
@@ -2543,6 +2560,13 @@ bool IntrinsicProcTable::Implementation::IsIntrinsic(
     const std::string &name) const {
   return IsIntrinsicFunction(name) || IsIntrinsicSubroutine(name);
 }
+bool IntrinsicProcTable::Implementation::IsDualIntrinsic(
----------------
klausler wrote:

The table of names could be local to this function.

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


More information about the llvm-commits mailing list