This is an archive of the discontinued LLVM Phabricator instance.

[ARM] Fix FixConsts for ARMCodeGenPrepare
ClosedPublic

Authored by samparker on Sep 13 2018, 6:52 AM.

Details

Summary

Part of FixConsts wrongly assumes either a 8- or 16-bit constant which can result in the wrong constants being generated during promotion.

Diff Detail

Repository
rL LLVM

Event Timeline

samparker created this revision.Sep 13 2018, 6:52 AM
This revision is now accepted and ready to land.Sep 13 2018, 7:38 AM
This revision was automatically updated to reflect the committed changes.