[PATCH] D100241: [WebAssembly] Update v128.any_true

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 9 19:26:32 PDT 2021


tlively created this revision.
tlively added reviewers: aheejin, dschuff.
Herald added subscribers: wingo, ecnelises, sunfish, hiraditya, jgravelle-google, sbc100.
tlively requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

In the final SIMD spec, there is only a single v128.any_true instruction, rather
than one for each lane interpretation because the semantics do not depend on the
lane interpretation.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D100241

Files:
  llvm/lib/Target/WebAssembly/WebAssemblyInstrSIMD.td
  llvm/test/CodeGen/WebAssembly/simd-intrinsics.ll
  llvm/test/CodeGen/WebAssembly/simd-reductions.ll
  llvm/test/MC/Disassembler/WebAssembly/wasm.txt
  llvm/test/MC/WebAssembly/simd-encodings.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D100241.336592.patch
Type: text/x-patch
Size: 10603 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210410/195d72da/attachment.bin>


More information about the llvm-commits mailing list