This is an archive of the discontinued LLVM Phabricator instance.

Add ARM RTABI aliases for extendhfsf2 and truncsfhf2
ClosedPublic

Authored by olista01 on Sep 28 2015, 2:29 AM.

Details

Reviewers
rengolin
ab
Summary

The ARM RTABI defines these functions as aeabi_h2f and aeabi_f2h, so we need aliases for them,

Diff Detail

Event Timeline

olista01 updated this revision to Diff 35844.Sep 28 2015, 2:29 AM
olista01 retitled this revision from to Add ARM RTABI aliases for extendhfsf2 and truncsfhf2.
olista01 updated this object.
olista01 added reviewers: ab, rengolin.
olista01 set the repository for this revision to rL LLVM.
olista01 added a subscriber: llvm-commits.
ab edited edge metadata.Oct 2 2015, 3:38 PM

You should also define d2h.

olista01 updated this revision to Diff 36493.Oct 5 2015, 3:12 AM
olista01 edited edge metadata.
olista01 removed rL LLVM as the repository for this revision.

Also add d2h alias.

rengolin accepted this revision.Oct 7 2015, 9:13 AM
rengolin edited edge metadata.

LGTM, thanks!

This revision is now accepted and ready to land.Oct 7 2015, 9:13 AM
olista01 closed this revision.Oct 7 2015, 9:17 AM

Thanks, committed as r249559.