This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Fix i8x16.popcnt opcode
ClosedPublic

Authored by tlively on Mar 29 2021, 1:23 PM.

Details

Summary

When I updated the SIMD opcodes in f5764a8654e3, I accidentally missed updating
i8x16.popcnt. This patch fixes the omission.

Diff Detail

Event Timeline

tlively created this revision.Mar 29 2021, 1:23 PM
tlively requested review of this revision.Mar 29 2021, 1:23 PM
Herald added a project: Restricted Project. · View Herald TranscriptMar 29 2021, 1:23 PM
nemequ added a subscriber: nemequ.Mar 29 2021, 2:08 PM
dschuff accepted this revision.Mar 29 2021, 3:37 PM
This revision is now accepted and ready to land.Mar 29 2021, 3:37 PM
This revision was automatically updated to reflect the committed changes.