This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Don't promote i1 types in ARM CGP
ClosedPublic

Authored by samparker on Nov 9 2018, 6:22 AM.

Details

Summary

Now that we have mixed type sizes, i1 values need to be explicitly handled as we want to avoid promoting these values.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Nov 9 2018, 6:22 AM
SjoerdMeijer accepted this revision.Nov 9 2018, 6:37 AM

Looks like a straightforward fix to me.

This revision is now accepted and ready to land.Nov 9 2018, 6:37 AM
This revision was automatically updated to reflect the committed changes.