Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM with a couple nits
test/MC/Disassembler/Mips/micromips32r6.txt | ||
---|---|---|
3–10 ↗ | (On Diff #22885) | Nit: I'd prefer one-per-line formatting for new files like so: 0x00 0xa4 0x19 0x10 # CHECK: add $3, $4, $5 It's mostly because it makes comparing to decode tables a bit easier (because we can trivially sort the file by mnemonic) and helps us verify that the ISA differences in the test are correct. It also makes it consistent with the assembler tests. At some point, I intend to re-format the others. |
11 ↗ | (On Diff #22885) | Nit: Newline at end of file |