This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Fix up SIMD bitwise tests
ClosedPublic

Authored by tlively on Aug 28 2018, 10:53 AM.

Details

Summary

The updated tests were previously infallible because the SIMD bitwise
operations do not contain vector types in their names.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Aug 28 2018, 10:53 AM
aheejin accepted this revision.Aug 28 2018, 10:57 AM
This revision is now accepted and ready to land.Aug 28 2018, 10:57 AM
This revision was automatically updated to reflect the committed changes.