This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Autogenerate checks in simd-offset.ll
ClosedPublic

Authored by tlively on Jul 21 2020, 6:25 PM.

Details

Summary

Implementing new functionality tested in this file requires adding new
tests for many IR addressing patterns, which can be a large
maintenance burden. This patch makes adding tests easier by switching
to using autogenerated checks. This patch also removes the testing
mode that has simd128 disabled because it would produce very large
checks and is not particularly interesting.

Diff Detail

Event Timeline

tlively created this revision.Jul 21 2020, 6:25 PM
aheejin accepted this revision.Jul 21 2020, 8:26 PM
This revision is now accepted and ready to land.Jul 21 2020, 8:26 PM
This revision was automatically updated to reflect the committed changes.