| commit | 3a7654c15dd204fe3454f477fc576924e3686d0d | [log] [tgz] |
|---|---|---|
| author | Zoran Jovanovic <zoran.jovanovic@mips.com> | Wed Jun 13 12:51:37 2018 +0000 |
| committer | Zoran Jovanovic <zoran.jovanovic@mips.com> | Wed Jun 13 12:51:37 2018 +0000 |
| tree | 09e33b275f26d132d300698e00e8a455d6908e33 | |
| parent | 36b816f81409828133e47c29525d9df35cd4e1a7 [diff] |
[mips][microMIPS] Extending size reduction pass with LWP and SWP Author: milena.vujosevic.janicic Reviewers: sdardis The patch extends size reduction pass for MicroMIPS. It introduces reduction of two instructions into one instruction: Two SW instructions are transformed into one SWP instrucition. Two LW instructions are transformed into one LWP instrucition. Differential Revision: https://reviews.llvm.org/D39115 llvm-svn: 334595