This is an archive of the discontinued LLVM Phabricator instance.

[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
intrinsics:

  • random_init
  • random_number
  • random_seed

This patch is part of the upstreaming effort from fir-dev branch.

Diff Detail

Event Timeline

clementval created this revision.Mar 15 2022, 7:57 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald Transcript
Herald added a subscriber: mehdi_amini. · View Herald Transcript
clementval requested review of this revision.Mar 15 2022, 7:57 AM
PeteSteinfeld accepted this revision.Mar 15 2022, 9:31 AM

All builds and tests correctly and looks good.

This revision is now accepted and ready to land.Mar 15 2022, 9:31 AM
schweitz accepted this revision.Mar 15 2022, 12:28 PM
This revision was automatically updated to reflect the committed changes.