[PATCH] D59046: [mips] Map SW instruction to its microMIPS R6 variant
Petar Avramovic via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 7 05:22:39 PST 2019
Petar.Avramovic added a comment.
SWSP instruction has the same encoding for both standard and r6 microMIPS (LOAD_STORE_SP_FM_MM16<0x32>).
If we change SWSP_MM from ISA_MICROMIPS32_NOT_MIPS32R6 to ISA_MICROMIPS, SWSP_MM could be used for R6 <https://reviews.llvm.org/source/compiler-rt/> size reduction also.
SWSP_MMR6 looks redundant?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59046/new/
https://reviews.llvm.org/D59046
More information about the llvm-commits
mailing list