This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Prioritize splats over v128.consts
ClosedPublic

Authored by tlively on Aug 23 2018, 12:17 PM.

Details

Summary

Splats are fewer bytes than v128.consts, so use them when either could
apply.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 23 2018, 12:17 PM
aheejin accepted this revision.Aug 23 2018, 12:21 PM
This revision is now accepted and ready to land.Aug 23 2018, 12:21 PM
This revision was automatically updated to reflect the committed changes.