This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Legalize non-power-of-2 and unaligned load and store
ClosedPublic

Authored by Petar.Avramovic on Feb 14 2020, 8:44 AM.

Details

Summary

Custom legalize non-power-of-2 and unaligned load and store for MIPS32r5
and older, custom legalize non-power-of-2 load and store for MIPS32r6.

Don't attempt to combine non power of 2 loads or unaligned loads when
subtarget doesn't support them(MIPS32r5 and older).

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptFeb 14 2020, 8:44 AM
This revision is now accepted and ready to land.Feb 16 2020, 10:12 PM
This revision was automatically updated to reflect the committed changes.