This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Codegen for i64x2.extend_{low,high}_i32x4_{s,u}
ClosedPublic

Authored by tlively on Apr 13 2021, 11:17 AM.

Details

Summary

Removes the builtins and intrinsics used to opt in to using these instructions
and replaces them with normal ISel patterns now that they are no longer
prototypes.

Diff Detail

Event Timeline

tlively created this revision.Apr 13 2021, 11:17 AM
tlively requested review of this revision.Apr 13 2021, 11:17 AM
Herald added projects: Restricted Project, Restricted Project. · View Herald TranscriptApr 13 2021, 11:17 AM
srj added a subscriber: srj.Apr 13 2021, 4:06 PM
aheejin accepted this revision.Apr 13 2021, 8:29 PM
This revision is now accepted and ready to land.Apr 13 2021, 8:29 PM