This is an archive of the discontinued LLVM Phabricator instance.

[flang] Add ieee_is_normal/ieee_is_negative to ieee_arithmetic module.
ClosedPublic

Authored by ygribov on Jan 21 2022, 5:13 AM.

Details

Reviewers
klausler

Diff Detail

Event Timeline

ygribov created this revision.Jan 21 2022, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2022, 5:13 AM
ygribov requested review of this revision.Jan 21 2022, 5:13 AM
Herald added a project: Restricted Project. · View Herald TranscriptJan 21 2022, 5:13 AM
klausler accepted this revision.Jan 21 2022, 9:33 AM

Looks great to me! Please resolve the failed Windows build before merging.

This revision is now accepted and ready to land.Jan 21 2022, 9:33 AM
ygribov added a comment.EditedJan 23 2022, 10:57 PM

Looks great to me! Please resolve the failed Windows build before merging.

Actually both crashes have happened due to a recent refactor and have already been fixed (in 2a9e33db4f0 and 5597ec2dc4).

Unfortunately I haven't yet been able to find my commit credentials (I haven't contributed for a few years) :/ Could someone merge?

Please find or renew your GitHub account credentials. Merging a change is easy, but watching the buildbots afterwards and fixing breakage would take time that I don't have much of at the moment.

@ygribov Thanks for this patch. Could you rebase the patch to ensure that the precommit CI is passing?

As mentioned by Peter, we have to monitor the builds after a patch is submitted. And the notification typically goes to the person who submitted it. So it is always good to have commit access to submit patches so that you may take the appropriate action on a failure. It is also recommended if you plan to contribute on a regular basis.
You can find the details for obtaining commit access from the following link.
https://llvm.org/docs/DeveloperPolicy.html#obtaining-commit-access

I can submit this patch for you if you share the email id that you want to use. Our buildbots are in the following location.
https://lab.llvm.org/buildbot/#/console

As mentioned by Peter, we have to monitor the builds after a patch is submitted.

No worries, I realize that this is indeed too inconvenient for maintainers. I'll re-request push access for myself and proceed with rebase, etc., just haven't got it it yet.

ygribov updated this revision to Diff 402891.Jan 25 2022, 6:44 AM

Rebased on ToT

ygribov closed this revision.Jan 26 2022, 12:40 AM

Closed with

commit d3f5ef241ae3841b6f9b70bd138a9252ed3a002e
Author: Yury Gribov <tetra2005@gmail.com>
Date:   Fri Jan 21 17:24:32 2022 +0900

    Add ieee_is_normal/ieee_is_negative to ieee_arithmetic module.