The spec uses "or" for inclusive-or and xor for exclusive-or
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D14362
[WebAssembly] Rename ior operator to or to match the spec ClosedPublic Authored by dschuff on Nov 4 2015, 5:06 PM.
Details Summary The spec uses "or" for inclusive-or and xor for exclusive-or
Diff Detail
Event Timelinedschuff updated this object. This revision is now accepted and ready to land.Nov 4 2015, 5:26 PM Closed by commit rL252174: [WebAssembly] Rename ior operator to or to match the spec (authored by dschuff). · Explain WhyNov 5 2015, 9:10 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 39372 llvm/trunk/lib/Target/WebAssembly/WebAssemblyInstrInteger.td
llvm/trunk/test/CodeGen/WebAssembly/comparisons_f32.ll
llvm/trunk/test/CodeGen/WebAssembly/comparisons_f64.ll
llvm/trunk/test/CodeGen/WebAssembly/i32.ll
llvm/trunk/test/CodeGen/WebAssembly/i64.ll
|