[PATCH] D134185: [AVR] Fix useDeprecatedPositionallyEncodedOperands errors.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 07:57:48 PDT 2022


jyknight created this revision.
jyknight added reviewers: benshi001, dylanmckay.
Herald added subscribers: Jim, hiraditya.
Herald added a project: All.
jyknight requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

This is a follow-on to https://reviews.llvm.org/D134073.

It renames a few fields to have consistent names, as well as renaming
operands to match the field names.

The encoder behavior is unchanged by this cleanup, but a few
instructions were previously being disassembled incorrectly, and have
been corrected by this change. All of the affected instructions were
missing disassembly tests, which are now added.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134185

Files:
  llvm/lib/Target/AVR/AVR.td
  llvm/lib/Target/AVR/AVRInstrFormats.td
  llvm/lib/Target/AVR/AVRInstrInfo.td
  llvm/test/MC/AVR/inst-family-cond-branch.s
  llvm/test/MC/AVR/inst-mul.s
  llvm/test/MC/AVR/inst-rjmp.s
  llvm/test/MC/AVR/inst-sbrc.s
  llvm/test/MC/AVR/inst-sbrs.s

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134185.461210.patch
Type: text/x-patch
Size: 25653 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/4418c9ea/attachment.bin>


More information about the llvm-commits mailing list