Depends on D52007.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
157 ↗ | (On Diff #165205) | Can't this be 0.0 or something like the integer case? |
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
157 ↗ | (On Diff #165205) | No, unfortunately tablegen does not support floating point literals. This is the standard solution used in multiple backends. |