Depends on D52007.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
- Build Status
Buildable 22574 Build 22574: arc lint + arc unit
Event Timeline
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
157 | Can't this be 0.0 or something like the integer case? |
lib/Target/WebAssembly/WebAssemblyInstrSIMD.td | ||
---|---|---|
157 | No, unfortunately tablegen does not support floating point literals. This is the standard solution used in multiple backends. |
Can't this be 0.0 or something like the integer case?