Report a diagnostic when we fail to parse a shift in a memory operand because the shift type is not an identifier. Without this, we were silently ignoring the whole instruction.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D39237
[ARM] Error for invalid shift in memory operand ClosedPublic Authored by olista01 on Oct 24 2017, 6:24 AM.
Details Summary Report a diagnostic when we fail to parse a shift in a memory operand because the shift type is not an identifier. Without this, we were silently ignoring the whole instruction.
Diff Detail
Event TimelineHerald added subscribers: kristof.beyls, javed.absar, aemerson. · View Herald TranscriptOct 24 2017, 6:24 AM This revision is now accepted and ready to land.Oct 24 2017, 6:32 AM Closed by commit rL316441: [ARM] Error for invalid shift in memory operand (authored by olista01). · Explain WhyOct 24 2017, 7:19 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 120060 lib/Target/ARM/AsmParser/ARMAsmParser.cpp
test/MC/ARM/diagnostics.s
|