This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Stop unrolling SIMD shifts since they are fixed in V8
ClosedPublic

Authored by tlively on Aug 13 2019, 2:06 PM.

Details

Summary

Fixes PR42973. Tests don't change because simd-arith.ll tests behavior
on unimplemented-simd128, which does not include any temporary
workarounds such as the one removed in this revision.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 13 2019, 2:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptAug 13 2019, 2:06 PM
aheejin accepted this revision.Aug 14 2019, 1:03 AM
This revision is now accepted and ready to land.Aug 14 2019, 1:03 AM
This revision was automatically updated to reflect the committed changes.