Details
- Reviewers
klausler
Diff Detail
Event Timeline
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
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.
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.