Thsi patch add the infrastructure to lower the random related
intrinsics:
- random_init
- random_number
- random_seed
This patch is part of the upstreaming effort from fir-dev branch.
Paths
| Differential D121704
[flang] Lower random_[init|number|seed] intrinsics ClosedPublic Authored by clementval on Mar 15 2022, 7:57 AM.
Details Summary Thsi patch add the infrastructure to lower the random related
This patch is part of the upstreaming effort from fir-dev branch.
Diff Detail
Event Timelineclementval added a child revision: D121705: [flang] Lower date_and_time and cpu_time intrinsics.Mar 15 2022, 7:57 AM This revision is now accepted and ready to land.Mar 15 2022, 9:31 AM Closed by commit rGa1918fdf0809: [flang] Lower random_[init|number|seed] intrinsics (authored by clementval). · Explain WhyMar 15 2022, 2:32 PM This revision was automatically updated to reflect the committed changes. clementval removed a child revision: D121705: [flang] Lower date_and_time and cpu_time intrinsics.Mar 15 2022, 3:18 PM
Revision Contents
Diff 415593 flang/include/flang/Lower/Runtime.h
flang/lib/Lower/IntrinsicCall.cpp
flang/lib/Lower/Runtime.cpp
flang/test/Lower/random.f90
|