[all-commits] [llvm/llvm-project] f7868f: [WebAssembly] Autogenerate tests for simd-select.ll
Thomas Lively via All-commits
all-commits at lists.llvm.org
Thu Jul 16 11:19:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: f7868f87accb1941bced3b8ff2debc8d56d53c3e
https://github.com/llvm/llvm-project/commit/f7868f87accb1941bced3b8ff2debc8d56d53c3e
Author: Thomas Lively <tlively at google.com>
Date: 2020-07-16 (Thu, 16 Jul 2020)
Changed paths:
M llvm/test/CodeGen/WebAssembly/simd-select.ll
Log Message:
-----------
[WebAssembly] Autogenerate tests for simd-select.ll
Updating the simd-select.ll tests manually with consistent named
regexps for the register numbers was taking more time than it was
worth, so this patch updates that test file to have autogenerated
output. This is not a significant readability regression because the
tests in that file are all very small.
Depends on D83734.
Differential Revision: https://reviews.llvm.org/D83736
More information about the All-commits
mailing list