[all-commits] [llvm/llvm-project] a96414: [NFC][WebAssembly] Add tests for alignment on new ...

Thomas Lively via All-commits all-commits at lists.llvm.org
Tue Jun 9 13:46:32 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a96414527c38c5a0e94e1ba5fb522339ec1219ad
      https://github.com/llvm/llvm-project/commit/a96414527c38c5a0e94e1ba5fb522339ec1219ad
  Author: Thomas Lively <tlively at google.com>
  Date:   2020-06-09 (Tue, 09 Jun 2020)

  Changed paths:
    M llvm/test/CodeGen/WebAssembly/simd-load-store-alignment.ll

  Log Message:
  -----------
  [NFC][WebAssembly] Add tests for alignment on new SIMD loads

Summary:
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.

Reviewers: aheejin

Subscribers: dschuff, sbc100, jgravelle-google, sunfish, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D81303




More information about the All-commits mailing list