This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Expand BUILD_PAIR nodes
ClosedPublic

Authored by tlively on Jan 25 2019, 6:03 PM.

Event Timeline

tlively created this revision.Jan 25 2019, 6:03 PM
aheejin accepted this revision.Jan 26 2019, 11:17 AM

LGTM with nits

llvm/test/CodeGen/WebAssembly/build-pair.ll
1

Maybe rename this file to simd-build-pair.ll or something to be clear this is about SIMD?

4

No need for -wasm

This revision is now accepted and ready to land.Jan 26 2019, 11:17 AM
aheejin added inline comments.Jan 26 2019, 8:22 PM
llvm/test/CodeGen/WebAssembly/build-pair.ll
6

Adding DAG printed by -debug or some explanation on which part of the code becomes build_pair might help reading.

This revision was automatically updated to reflect the committed changes.
tlively marked 3 inline comments as done.