This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Typesize lower bound for ARMCodeGenPrepare
ClosedPublic

Authored by samparker on Aug 15 2018, 5:15 AM.

Details

Summary

We only try to promote types with are smaller than 16-bits, but we also need to check that the type is not less than 8-bits.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Aug 15 2018, 5:15 AM
SjoerdMeijer accepted this revision.Aug 15 2018, 6:11 AM

Looks like a straightforward fix to me.

This revision is now accepted and ready to land.Aug 15 2018, 6:11 AM
This revision was automatically updated to reflect the committed changes.