This addressing mode wasn't checked, so we were running in an assert.
Details
Details
Diff Detail
Diff Detail
Event Timeline
| lib/Target/ARM/Thumb2InstrInfo.cpp | ||
|---|---|---|
| 611 | Why is this multiplied by 4, and not 2? | |
| test/CodeGen/ARM/fp16-instructions.ll | ||
| 708 | There is a half-precision load in the IR, does this generate a vldr.16? if so, we should be checking that. | |
| 715 | This test will be fragile WRT changes in stack layout, so we should use a regex for the offset. | |
Why is this multiplied by 4, and not 2?