| commit | 96f77f142ba9b399435b09ac4a77af00f641d4e9 | [log] [tgz] |
|---|---|---|
| author | Sam Parker <sam.parker@arm.com> | Thu Sep 13 14:48:10 2018 +0000 |
| committer | Sam Parker <sam.parker@arm.com> | Thu Sep 13 14:48:10 2018 +0000 |
| tree | 5cae14542363d5405bb744b6a1d816c9e9889143 | |
| parent | c96cb25a8ba7baac5ad03545c5823032dbfa9ba4 [diff] |
[ARM] Fix FixConst for ARMCodeGenPrepare Part of FixConsts wrongly assumes either a 8- or 16-bit constant which can result in the wrong constants being generated during promotion. Differential Revision: https://reviews.llvm.org/D52032 llvm-svn: 342140