This is an archive of the discontinued LLVM Phabricator instance.

[WebAssembly] Mark abs of v2i64 as legal
ClosedPublic

Authored by tlively on May 3 2021, 5:06 PM.

Details

Summary

We previously had an ISel pattern for i64x2.abs, but because the ISDNode was not
marked legal for v2i64, the instruction was not being selected.

Diff Detail

Event Timeline

tlively created this revision.May 3 2021, 5:06 PM
tlively requested review of this revision.May 3 2021, 5:06 PM
Herald added a project: Restricted Project. · View Herald TranscriptMay 3 2021, 5:06 PM
aheejin accepted this revision.May 4 2021, 12:56 AM
This revision is now accepted and ready to land.May 4 2021, 12:56 AM
This revision was automatically updated to reflect the committed changes.