[all-commits] [llvm/llvm-project] dd477e: [Sparc] Remove LEA instructions (NFCI) (#65850)
Sergei Barannikov via All-commits
all-commits at lists.llvm.org
Tue Sep 19 17:34:52 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: dd477ebd235e17e9a87cada3fe83fcd4491e53d4
https://github.com/llvm/llvm-project/commit/dd477ebd235e17e9a87cada3fe83fcd4491e53d4
Author: Sergei Barannikov <barannikov88 at gmail.com>
Date: 2023-09-20 (Wed, 20 Sep 2023)
Changed paths:
M llvm/lib/Target/Sparc/Disassembler/SparcDisassembler.cpp
M llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.cpp
M llvm/lib/Target/Sparc/MCTargetDesc/SparcInstPrinter.h
M llvm/lib/Target/Sparc/SparcInstr64Bit.td
M llvm/lib/Target/Sparc/SparcInstrAliases.td
M llvm/lib/Target/Sparc/SparcInstrInfo.td
M llvm/test/CodeGen/SPARC/fp128-split.ll
Log Message:
-----------
[Sparc] Remove LEA instructions (NFCI) (#65850)
LEA_ADDri and LEAX_ADDri are printed / encoded the same way as ADDri. I
had to change the type of simm13Op so that it can be used in both 32-
and 64-bit modes. This required the changes in operands of some
InstAliases.
More information about the All-commits
mailing list