This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] v128.not
ClosedPublic

Authored by tlively on Aug 24 2018, 4:48 PM.

Details

Reviewers
aheejin
dschuff
Summary

Implementation and tests.

Diff Detail

Event Timeline

tlively created this revision.Aug 24 2018, 4:48 PM
tlively updated this revision to Diff 162523.Aug 24 2018, 6:12 PM
  • Fix SIMD-VM tests for bitwise instructions
aheejin added inline comments.Aug 28 2018, 10:08 AM
test/CodeGen/WebAssembly/simd-arith.ll
50

What causes this change? Is this relevant to this patch?

tlively added inline comments.Aug 28 2018, 10:28 AM
test/CodeGen/WebAssembly/simd-arith.ll
50

No, I just realized they should be changed because the bitwise instructions do not have the vector types in their names, so these checks were previously infallible. I'll split this into a separate CL.

tlively updated this revision to Diff 162901.Aug 28 2018, 10:50 AM
  • remove unrelated test changes
aheejin accepted this revision.Aug 28 2018, 10:56 AM
This revision is now accepted and ready to land.Aug 28 2018, 10:56 AM
tlively closed this revision.Aug 28 2018, 11:39 AM

Closed by commit rL340857