Change ARMConstantIslandPass to:
- accept f16 literals as litpool entries,
- if the litpool needs to be inserted in the middle of a big block, then we need to 4-byte align the next instruction in ARM mode.
Differential D42784
[ARM] Allow Half types in ConstantPool SjoerdMeijer on Feb 1 2018, 1:04 AM. Authored by
Details Change ARMConstantIslandPass to:
Diff Detail Event Timeline
Comment Actions Removed the assert, and thanks for the suggestion: I think it is
Comment Actions It was indeed failing when there e.g. was an existing 4-byte entry, which was Comment Actions The Thumb test case was running in an assert related to addressing modes.
Comment Actions Thanks for the suggestions. |
Is this assertion still useful?