This is an archive of the discontinued LLVM Phabricator instance.

[x32] Add __int128 support
ClosedPublic

Authored by pavel.v.chupin on Aug 1 2014, 7:30 AM.

Details

Summary

Adding __int128 support explicitly for x86_64 because currently it's on
only when pointer size >= 64 which is not the case for x32.

Diff Detail

Repository
rL LLVM

Event Timeline

pavel.v.chupin retitled this revision from to [x32] Add __int128 support.
pavel.v.chupin updated this object.
pavel.v.chupin edited the test plan for this revision. (Show Details)
pavel.v.chupin added subscribers: dschuff, zinovy.nis, rob.khasanov, Unknown Object (MLST).
atanasyan accepted this revision.Aug 3 2014, 3:57 AM
atanasyan edited edge metadata.

LGTM

This revision is now accepted and ready to land.Aug 3 2014, 3:57 AM
pavel.v.chupin closed this revision.Aug 4 2014, 5:48 AM
pavel.v.chupin updated this revision to Diff 12154.

Closed by commit rL214710 (authored by pvchupin).