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