This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Update test expectations labels after db7efcab7dd9
ClosedPublic

Authored by tlively on Jul 22 2021, 3:54 PM.

Details

Summary

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.

Diff Detail

Event Timeline

tlively created this revision.Jul 22 2021, 3:54 PM
tlively requested review of this revision.Jul 22 2021, 3:54 PM
Herald added a project: Restricted Project. · View Herald TranscriptJul 22 2021, 3:54 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
aheejin accepted this revision.Jul 22 2021, 4:21 PM
This revision is now accepted and ready to land.Jul 22 2021, 4:21 PM
This revision was landed with ongoing or failed builds.Jul 22 2021, 4:31 PM
This revision was automatically updated to reflect the committed changes.