[PATCH] D83736: [WebAssembly][NFC] Autogenerate tests for simd-select.ll

Thomas Lively via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 19:40:47 PDT 2020


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

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 <https://reviews.llvm.org/D83734>.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D83736

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D83736.277640.patch
Type: text/x-patch
Size: 40273 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200714/b0c224d0/attachment-0001.bin>


More information about the llvm-commits mailing list