This is an archive of the discontinued LLVM Phabricator instance.

[Intrinsics] Merge lround.i32 and lround.i64 into a single intrinsic with overloaded result type. Make result type for llround overloaded instead of fixing to i64
ClosedPublic

Authored by craig.topper on May 16 2019, 12:23 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

craig.topper created this revision.May 16 2019, 12:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 16 2019, 12:23 PM
Herald added a subscriber: hiraditya. · View Herald Transcript
zatrazz accepted this revision.May 20 2019, 5:53 AM

LGTM, thanks for the follow-up patch.

This revision is now accepted and ready to land.May 20 2019, 5:53 AM
This revision was automatically updated to reflect the committed changes.