This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][SIMD] Rename shuffle, swizzle, and load_splats
ClosedPublic

Authored by tlively on Dec 22 2020, 11:31 AM.

Details

Summary

These instructions previously used prefixes like v8x16 to signify that they were
agnostic between float and int interpretations. We renamed these instructions to
remove this form of prefix in https://github.com/WebAssembly/simd/issues/297 and
https://github.com/WebAssembly/simd/issues/316 and this commit brings the names
in LLVM up to date.

Diff Detail

Event Timeline

tlively created this revision.Dec 22 2020, 11:31 AM
tlively requested review of this revision.Dec 22 2020, 11:31 AM
Herald added a project: Restricted Project. · View Herald TranscriptDec 22 2020, 11:31 AM
aheejin accepted this revision.Dec 22 2020, 1:27 PM
This revision is now accepted and ready to land.Dec 22 2020, 1:27 PM
This revision was landed with ongoing or failed builds.Dec 22 2020, 2:29 PM
This revision was automatically updated to reflect the committed changes.