[PATCH] D81303: [NFC][WebAssembly] Add tests for alignment on new SIMD loads

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 5 14:03:21 PDT 2020


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: llvm-commits, sunfish, jgravelle-google, sbc100, dschuff.
Herald added a project: LLVM.

The natural alignments for extending and splatting loads had not
previously been tested. It is good to have them tested because they
are non-obvious details in the SIMD spec proposal.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D81303

Files:
  llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81303.268930.patch
Type: text/x-patch
Size: 15664 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200605/7259bb9b/attachment.bin>


More information about the llvm-commits mailing list