[PATCH] [mips][microMIPS] Implement LWSP and SWSP instructions
Sasa Stankovic
Sasa.Stankovic at imgtec.com
Tue Dec 23 03:07:18 PST 2014
This patch doesn't correctly handle the case when (offset % 4) != 0. For example, for the following instruction
lw v1,123(sp)
instead of emitting 32-bit "lw v1,123(sp)" the patch emits 16-bit "lw v1,120(sp)"
Please include this instruction in the tests.
http://reviews.llvm.org/D6416
EMAIL PREFERENCES
http://reviews.llvm.org/settings/panel/emailpreferences/
More information about the llvm-commits
mailing list