[all-commits] [llvm/llvm-project] 481084: [WebAssembly][NFC] Update test expectations labels...
Thomas Lively via All-commits
all-commits at lists.llvm.org
Thu Jul 22 16:31:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 481084f669e10beb89b2e1a75bc67e7fb8125941
https://github.com/llvm/llvm-project/commit/481084f669e10beb89b2e1a75bc67e7fb8125941
Author: Thomas Lively <tlively at google.com>
Date: 2021-07-22 (Thu, 22 Jul 2021)
Changed paths:
M clang/test/Headers/wasm.c
Log Message:
-----------
[WebAssembly][NFC] Update test expectations labels after db7efcab7dd9
Commit db7efcab7dd9 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.
Differential Revision: https://reviews.llvm.org/D106611
More information about the All-commits
mailing list