Based on http://reviews.llvm.org/D8503
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
lib/Target/ARM/ARMInstrInfo.td | ||
---|---|---|
4395 ↗ | (On Diff #22389) | Why is this change required? |
lib/Target/ARM/ARMInstrInfo.td | ||
---|---|---|
4395 ↗ | (On Diff #22389) | to correctly pass tests added in test/MC/Disassembler/ARM/armv8.1a.txt |
test/MC/Disassembler/ARM/armv8.1a.txt | ||
---|---|---|
41 ↗ | (On Diff #22389) | Namely, this comment explains why "DecodeTSTInstruction" is needed |
llvm/trunk/test/MC/Disassembler/ARM/armv8.1a.txt | ||
---|---|---|
42–43 | Has the encoding of this instruction changed recently? The document I have gives 1111/0001/0010/0000 for the ARM encoding -- i.e. 0x20 0xf1 at the end. |
llvm/trunk/test/MC/Disassembler/ARM/armv8.1a.txt | ||
---|---|---|
42–43 | Oh yes, it has. I was reading an older version. Sorry about the noise. |
Has the encoding of this instruction changed recently? The document I have gives 1111/0001/0010/0000 for the ARM encoding -- i.e. 0x20 0xf1 at the end.