[PATCH] D15144: [mips[microMIPS]] Adding code size reduction pass for MicroMIPS
Milena Vujosevic Janicic via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 31 08:01:23 PDT 2016
milena.vujosevic.janicic updated this revision to Diff 52209.
milena.vujosevic.janicic marked an inline comment as done.
milena.vujosevic.janicic added a comment.
The code is simplified: everything about transforming several instructions into one instruction is removed (i.e. lwm/swm and lwp/swp). Therefore, most of the comments are not applicable for this code, but will be taken into account later. Test-cases are also simplified.
http://reviews.llvm.org/D15144
Files:
lib/Target/Mips/CMakeLists.txt
lib/Target/Mips/MicroMipsSizeReduction.cpp
lib/Target/Mips/Mips.h
lib/Target/Mips/MipsTargetMachine.cpp
test/CodeGen/Mips/micromips-sizereduction/micromips-lwsp-swsp-sw16.ll
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D15144.52209.patch
Type: text/x-patch
Size: 14665 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160331/adccad4f/attachment.bin>
More information about the llvm-commits
mailing list