This is an archive of the discontinued LLVM Phabricator instance.

[flang] Fold real-valued MODULO() and MOD()
ClosedPublic

Authored by klausler on May 6 2022, 5:31 PM.

Details

Summary

Evaluate real-valued references to the intrinsic functions MODULO
and MOD at compilation time without recourse to an external math
library.

Diff Detail

Event Timeline

klausler created this revision.May 6 2022, 5:31 PM
Herald added a project: Restricted Project. · View Herald Transcript
Herald added a subscriber: jdoerfert. · View Herald Transcript
klausler requested review of this revision.May 6 2022, 5:31 PM
jeanPerier accepted this revision.May 9 2022, 1:49 AM
This revision is now accepted and ready to land.May 9 2022, 1:49 AM
This revision was automatically updated to reflect the committed changes.