[PATCH] D14362: [WebAssembly] Rename ior operator to or to match the spec
    Derek Schuff via llvm-commits 
    llvm-commits at lists.llvm.org
       
    Wed Nov  4 17:06:21 PST 2015
    
    
  
dschuff created this revision.
dschuff added a reviewer: sunfish.
dschuff added subscribers: llvm-commits, jfb.
Herald added a subscriber: dschuff.
The spec uses "or" for inclusive-or and xor for exclusive-or
http://reviews.llvm.org/D14362
Files:
  lib/Target/WebAssembly/WebAssemblyInstrInteger.td
  test/CodeGen/WebAssembly/comparisons_f32.ll
  test/CodeGen/WebAssembly/comparisons_f64.ll
  test/CodeGen/WebAssembly/i32.ll
  test/CodeGen/WebAssembly/i64.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D14362.39295.patch
Type: text/x-patch
Size: 4348 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20151105/bf26d1f3/attachment.bin>
    
    
More information about the llvm-commits
mailing list