Add support for wasm's select operator, and lower LLVM's select DAG node
to it.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
lgtm, with just one minor nit.
test/CodeGen/WebAssembly/select.ll | ||
---|---|---|
9 ↗ | (On Diff #39092) | 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 | ||
---|---|---|
9 ↗ | (On Diff #39092) | oops, too many .wast tests in my head. |