Details
Diff Detail
- Repository
- rL LLVM
Event Timeline
test/CodeGen/WebAssembly/call.ll | ||
---|---|---|
15 ↗ | (On Diff #166052) | Nit: v128_nullary or v16i8_nullary for symmetry? |
124 ↗ | (On Diff #166052) | Maybe we can make this call-related stuff another CL, which is not relevant to V128? |
test/MC/WebAssembly/types.ll | ||
1 ↗ | (On Diff #166052) | What's the purpose of this test? |
10 ↗ | (On Diff #166052) | No argument for rest of functions? |
18 ↗ | (On Diff #166052) | Nit: indentation 2 spaces |
test/MC/WebAssembly/types.ll | ||
---|---|---|
1 ↗ | (On Diff #166052) | It checks that the ValTypes are emitted to an object file correctly, including the new V128 one. |
test/MC/WebAssembly/types.ll | ||
---|---|---|
10 ↗ | (On Diff #166052) | Oh, I wasn't suggesting deleting the argument... actually was suggesting adding it to other functions too (for symmetry), but if you don't think we need it, that's probably fine. |
test/MC/WebAssembly/types.ll | ||
---|---|---|
1 ↗ | (On Diff #166052) | I think at least part of this test belongs in this CL since it's the only thing testing the ObjectYAML support for V128, but splitting up the test file into two commits is probably more trouble than it's worth, so I would prefer to just keep it here. |
test/MC/WebAssembly/types.ll | ||
---|---|---|
1 ↗ | (On Diff #166052) | Yeah that makes sense. |