This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] SIMD replace_lane
ClosedPublic

Authored by tlively on Aug 14 2018, 5:20 PM.

Details

Summary

Implement and test replace_lane instructions.

Patch by Thomas Lively

Diff Detail

Event Timeline

tlively created this revision.Aug 14 2018, 5:20 PM

also please rebase against master.

lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
88

should this be name#?

tlively updated this revision to Diff 160737.Aug 14 2018, 5:58 PM
  • Fix instruction naming
tlively marked an inline comment as done.Aug 14 2018, 5:59 PM

also please rebase against master.

Done

This revision was not accepted when it landed; it landed in state Needs Review.Aug 15 2018, 9:19 AM
This revision was automatically updated to reflect the committed changes.

Oops, retroactive LGTM