This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly][NFC] Remove duplicate SIMD instructions and predicates
ClosedPublic

Authored by tlively on Sep 23 2019, 1:10 PM.

Details

Summary

Instead of having different v128.load and v128.store instructions for
each MVT, just have one of each that is reused in all the
patterns. Also removes the HasSIMD128 predicate where accompanied by
HasUnimplementedSIMD128, since the latter implies the former.

Diff Detail

Repository
rL LLVM

Event Timeline

tlively created this revision.Sep 23 2019, 1:10 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 23 2019, 1:11 PM
aheejin accepted this revision.Sep 23 2019, 5:06 PM
This revision is now accepted and ready to land.Sep 23 2019, 5:06 PM
This revision was automatically updated to reflect the committed changes.