This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Scalarize <2 x s64> G_MUL since we don't have native support for it.
ClosedPublic

Authored by aemerson on Sep 28 2020, 10:55 AM.

Details

Summary

Adds a predicated variant of scalarize() to do this.

Diff Detail