[PATCH] D81968: [AVR] Decode single register instructions

Ayke via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 18 03:46:39 PDT 2020


aykevl updated this revision to Diff 271645.
aykevl added a comment.

- updated formatting

This isn't exactly 80 chars, but it's a lot better than before. I agree that this style return is more readable. I'm not sure cutting those last two or so characters will make the code more readable.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81968/new/

https://reviews.llvm.org/D81968

Files:
  llvm/lib/Target/AVR/AVRInstrFormats.td
  llvm/lib/Target/AVR/Disassembler/AVRDisassembler.cpp
  llvm/test/MC/AVR/inst-asr.s
  llvm/test/MC/AVR/inst-com.s
  llvm/test/MC/AVR/inst-dec.s
  llvm/test/MC/AVR/inst-inc.s
  llvm/test/MC/AVR/inst-lsr.s
  llvm/test/MC/AVR/inst-neg.s
  llvm/test/MC/AVR/inst-pop.s
  llvm/test/MC/AVR/inst-push.s
  llvm/test/MC/AVR/inst-ror.s
  llvm/test/MC/AVR/inst-swap.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81968.271645.patch
Type: text/x-patch
Size: 8498 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200618/772f122e/attachment.bin>


More information about the llvm-commits mailing list