This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Handle V128 register class in explicit locals pass
ClosedPublic

Authored by tlively on Oct 5 2018, 8:37 PM.

Details

Summary

Also add tests to catch crashes in passes that are not normally run in
tests. Depends on D52948.

Diff Detail

Event Timeline

tlively created this revision.Oct 5 2018, 8:37 PM
aheejin accepted this revision.Oct 9 2018, 8:09 AM
aheejin added inline comments.
test/CodeGen/WebAssembly/simd-arith.ll
8

Maybe elaborate in the comment that these commands do not have -wasm-disable-explicit-locals

This revision is now accepted and ready to land.Oct 9 2018, 8:09 AM
tlively updated this revision to Diff 168903.Oct 9 2018, 4:34 PM
tlively marked an inline comment as done.
  • augment comment
This revision was automatically updated to reflect the committed changes.