This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Add Defs = [ARGUMENTS] to SIMD_I
AbandonedPublic

Authored by aheejin on Oct 11 2018, 1:13 PM.

Details

Reviewers
tlively
Summary

rL344086 seems to have deleted it, and rL344180 tried to solve it by
adding Defs = [ARGUMENTS], which somehow broke the expensive check
bot. This patch adds this to SIMD_I as a temporary measure until we
land rL344180 again.

Diff Detail