Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | ||
---|---|---|
8534 ↗ | (On Diff #38638) | } else if (...) { |
8656 ↗ | (On Diff #38638) | This seems an awfully specific error message to this generic error. So far, the only use in for SP, but if someone re-uses it for something else, the error message will be completely bogus. |
test/MC/ARM/thumb2-diagnostics.s | ||
95 ↗ | (On Diff #38638) | Also add a test for SP on ARMv8. |
test/MC/ARM/thumb2-diagnostics.s | ||
---|---|---|
95 ↗ | (On Diff #38638) | Actually, I'm adding such a test in http://reviews.llvm.org/D14142#inline-115599 -- the motivation being that this test file checks encodings invalid both in ARMv7 and in ARMv8, while test/MC/ARM/basic-thumb2-instructions-v8.s checks encodings invalid in ARMv7 but valid in ARMv8. Should I move that hunk into this patch? |
test/MC/ARM/thumb2-diagnostics.s | ||
---|---|---|
95 ↗ | (On Diff #38638) | I think all patches could be merged together. Now that I have reviewed them all separately, I realised that they are very much entangled. |