This is an archive of the discontinued LLVM Phabricator instance.

Fix frint ACLE intrinsic names
ClosedPublic

Authored by michaelplatings on Sep 28 2022, 12:40 PM.

Details

Summary

Although the instruction names begin "frint", the ACLE spec states that the intrinsic names begin "__rint", without the "f".

Fixes https://github.com/llvm/llvm-project/issues/57900

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 12:40 PM
michaelplatings requested review of this revision.Sep 28 2022, 12:40 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 12:40 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
michaelplatings edited the summary of this revision. (Show Details)Sep 28 2022, 12:41 PM
jaykang10 accepted this revision.Sep 29 2022, 12:48 AM

Thanks for fixing it!
LGTM

This revision is now accepted and ready to land.Sep 29 2022, 12:48 AM
This revision was landed with ongoing or failed builds.Sep 29 2022, 1:14 AM
This revision was automatically updated to reflect the committed changes.