[all-commits] [llvm/llvm-project] 51cd32: [WebAssembly] Autogenerate checks in simd-offset.ll
Thomas Lively via All-commits
all-commits at lists.llvm.org
Wed Jul 22 10:12:50 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 51cd326f99bb328cb2c9ca1f6ccc28c11e73a3c1
https://github.com/llvm/llvm-project/commit/51cd326f99bb328cb2c9ca1f6ccc28c11e73a3c1
Author: Thomas Lively <tlively at google.com>
Date: 2020-07-22 (Wed, 22 Jul 2020)
Changed paths:
M llvm/test/CodeGen/WebAssembly/simd-offset.ll
Log Message:
-----------
[WebAssembly] Autogenerate checks in simd-offset.ll
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.
Differential Revision: https://reviews.llvm.org/D84288
More information about the All-commits
mailing list