When we see a non flag-setting instruction for which only the flag-setting version is available in Thumb1, we should give a better error message than "invalid instruction".
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D27414
[ARM] Better error message for invalid flag-preserving Thumb1 insts ClosedPublic Authored by olista01 on Dec 5 2016, 6:30 AM.
Details Summary When we see a non flag-setting instruction for which only the flag-setting version is available in Thumb1, we should give a better error message than "invalid instruction".
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Dec 6 2016, 4:20 AM Closed by commit rL288805: [ARM] Better error message for invalid flag-preserving Thumb1 insts (authored by olista01). · Explain WhyDec 6 2016, 5:09 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 80407 llvm/trunk/lib/Target/ARM/AsmParser/ARMAsmParser.cpp
llvm/trunk/test/MC/ARM/thumb-diagnostics.s
|