This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Legalize i8 and i16 add
ClosedPublic

Authored by Petar.Avramovic on Aug 24 2018, 6:18 AM.

Details

Summary

Legalize G_ADD for types smaller then i32.
LegalizationArtifactCombiner replaces extend instructions with appropriate bitwise instructions.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Aug 26 2018, 12:04 AM
This revision was automatically updated to reflect the committed changes.