[PATCH] D106611: [WebAssembly][NFC] Update test expectations labels after db7efcab7dd9

Thomas Lively via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 22 15:54:40 PDT 2021


tlively created this revision.
tlively added a reviewer: aheejin.
Herald added subscribers: wingo, ecnelises, sunfish, jgravelle-google, sbc100, dschuff.
tlively requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.

Commit db7efcab7dd9 <https://reviews.llvm.org/rGdb7efcab7dd9c969179a86fb27149743a0f1f491> changed the implementations of the wasm_*_extract_lane and
wasm_*_replace_lane intrinsics from using builtin functions to using the
standard vector extensions. This did not change the resulting IR, but it changes
how update_cc_test_checks.py labels values in the IR. This commit simply updates
those labels.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D106611

Files:
  clang/test/Headers/wasm.c

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D106611.361010.patch
Type: text/x-patch
Size: 7881 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20210722/3341d8ea/attachment-0001.bin>


More information about the cfe-commits mailing list