flang-compiler / f18-llvm-project

Fork of llvm/llvm-project for f18. In sync with f18-mlir and f18.
http://llvm.org
28 stars 16 forks source link

system_clock intrinsic missing #271

Closed sscalpone closed 3 years ago

sscalpone commented 4 years ago

From polyhedron_04 PROTEIN.f90

schweitzpgi commented 4 years ago

Lowering is blocked until there is a runtime interface to target.

schweitzpgi commented 3 years ago
error: loc("PROTEIN.f90":46:5): TODO: missing intrinsic lowering: system_clock
vdonaldson commented 3 years ago

system_clock is now implemented. (And polyhedron_04/protein compiles and successfully executes to completion in a recent test run.)