This is an archive of the discontinued LLVM Phabricator instance.

[ARM][AArch64] v8.3-A Javascript Conversion
ClosedPublic

Authored by samparker on Aug 16 2017, 1:50 AM.

Details

Summary

Armv8.3-A adds instructions that convert a double-precision floating-point number to a signed 32-bit integer with round towards zero, designed for improving Javascript performance.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Aug 16 2017, 1:50 AM
dmgreen accepted this revision.Aug 22 2017, 1:35 AM
dmgreen added a subscriber: dmgreen.

Looks like a simple addition. LGTM.

This revision is now accepted and ready to land.Aug 22 2017, 1:35 AM
This revision was automatically updated to reflect the committed changes.