diff options
author | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2017-04-27 13:10:48 +0000 |
---|---|---|
committer | Zoran Jovanovic <zoran.jovanovic@imgtec.com> | 2017-04-27 13:10:48 +0000 |
commit | ffef3e3c6a81a216062e1421fc27cc86bada7805 (patch) | |
tree | 3e69c43c476a8927b8ebc7cb5f8603452955da5f /llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp | |
parent | 742c5fce671c38d9b11ff0134101f8546940f967 (diff) | |
download | llvm-ffef3e3c6a81a216062e1421fc27cc86bada7805.zip llvm-ffef3e3c6a81a216062e1421fc27cc86bada7805.tar.gz llvm-ffef3e3c6a81a216062e1421fc27cc86bada7805.tar.bz2 |
[mips][microMIPS] Adding code size reduction pass for MicroMIPS
Author: milena.vujosevic.janicic
Reviewers: sdardis
The code implements size reduction pass for MicroMIPS.
Load and store instructions are examined and transformed, if possible.
lw32 instruction is transformed into 16-bit instruction lwsp
sw32 instruction is transformed into 16-bit instruction swsp
Arithmetic instrcutions are examined and transformed, if possible.
addu32 instruction is transformed into 16-bit instruction addu16
subu32 instruction is transformed into 16-bit instruction subu16
Differential Revision: https://reviews.llvm.org/D15144
llvm-svn: 301540
Diffstat (limited to 'llvm/lib/DebugInfo/PDB/Native/ModuleDebugStream.cpp')
0 files changed, 0 insertions, 0 deletions