[PATCH] D84288: [WebAssembly] Autogenerate checks in simd-offset.ll

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 21 18:25:53 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.

Implementing new functionality tested in this file requires adding new
tests for many IR addressing patterns, which can be a large
maintenance burden. This patch makes adding tests easier by switching
to using autogenerated checks. This patch also removes the testing
mode that has simd128 disabled because it would produce very large
checks and is not particularly interesting.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D84288

Files:
  llvm/test/CodeGen/WebAssembly/simd-offset.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D84288.279690.patch
Type: text/x-patch
Size: 175396 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200722/6071ea8b/attachment-0001.bin>


More information about the llvm-commits mailing list