This is an archive of the discontinued LLVM Phabricator instance.

[MIPS GlobalISel] Select zero extending and sign extending load
ClosedPublic

Authored by Petar.Avramovic on Jan 23 2019, 6:40 AM.

Details

Summary

Select zero extending and sign extending load for MIPS32.
Use size from MachineMemOperand to determine number of bytes to load.

Diff Detail

Repository
rL LLVM

Event Timeline

This revision is now accepted and ready to land.Jan 23 2019, 12:13 PM
This revision was automatically updated to reflect the committed changes.