This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Disable custom NaN payload tests
ClosedPublic

Authored by tlively on Nov 9 2018, 1:40 PM.

Details

Summary

These tests fail on 32-bit builds because NaN payload bits in floating point
immediates are not necessarily preserved through compilation. This is because
the MC layer uses native doubles to store these values. The tests will be
reenabled once this problem has been fixed or deleted if we decide we don't care
about lowering payload bits.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Nov 9 2018, 1:40 PM
dschuff accepted this revision.Nov 9 2018, 1:57 PM
This revision is now accepted and ready to land.Nov 9 2018, 1:57 PM
This revision was automatically updated to reflect the committed changes.