[PATCH] D134201: [Sparc] Fix useDeprecatedPositionallyEncodedOperands errors.

James Y Knight via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 19 11:00:01 PDT 2022


jyknight created this revision.
jyknight added a reviewer: ro.
Herald added subscribers: jrtc27, fedor.sergeev, 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.

Behavior is unchanged by this cleanup. (The only generated code change
is for the disassembler for LDSTUB/LDSTUBA, but in both old and new
versions, it fails to add enough operands, and thus triggers a runtime
abort. I will address that bug in a future commit.)


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D134201

Files:
  llvm/lib/Target/Sparc/Sparc.td
  llvm/lib/Target/Sparc/SparcInstr64Bit.td
  llvm/lib/Target/Sparc/SparcInstrInfo.td

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D134201.461275.patch
Type: text/x-patch
Size: 20613 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20220919/4868d68c/attachment.bin>


More information about the llvm-commits mailing list