This is an archive of the discontinued LLVM Phabricator instance.

Do floating point (float, double) to signed int conversions.
AbandonedPublic

Authored by rkotler on Jun 4 2014, 3:18 PM.

Details

Reviewers
dsanders
Summary

Implement floating (float, double) to signed int conversions.
Unsigned int conversions is a little more involved and will be done
later.

Diff Detail

Event Timeline

rkotler updated this revision to Diff 10110.Jun 4 2014, 3:18 PM
rkotler retitled this revision from to Do floating point (float, double) to signed int conversions..
rkotler updated this object.
rkotler added a reviewer: dsanders.

Executable test case

rkotler abandoned this revision.Nov 12 2014, 4:23 PM