This is an archive of the discontinued LLVM Phabricator instance.

[AArch64][GlobalISel] Implement narrowing of G_SEXT.
ClosedPublic

Authored by aemerson on Jul 26 2019, 4:20 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

aemerson created this revision.Jul 26 2019, 4:20 PM
This revision is now accepted and ready to land.Jul 26 2019, 4:36 PM
This revision was automatically updated to reflect the committed changes.

@aemerson This patch resolves the compiler crash I reported in rL367075. Thank you for the fix.