Add support for wasm's select operator, and lower LLVM's select DAG node
to it.
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
lgtm, with just one minor nit.
test/CodeGen/WebAssembly/select.ll | ||
---|---|---|
10 | As a minor nit, we only use a single semicolon for CHECK comments in LLVM IR in the other tests. |
Comment Actions
- Address nit
test/CodeGen/WebAssembly/select.ll | ||
---|---|---|
10 | oops, too many .wast tests in my head. |
As a minor nit, we only use a single semicolon for CHECK comments in LLVM IR in the other tests.