These are identical but use microMIPS instructions instead of MIPS instructions.
Also, flatten the 'let AdditionalPredicates = [InMicroMips]' by using the 
ISA_MICROMIPS adjective. Add tests for constant materialization.
Paths 
  |  Differential  D48275  
[mips] Add microMIPS specific addressing patterns. ClosedPublic Authored by sdardis on Jun 18 2018, 4:51 AM. 
Details Summary These are identical but use microMIPS instructions instead of MIPS instructions. Also, flatten the 'let AdditionalPredicates = [InMicroMips]' by using the  
Diff Detail 
 Event TimelineThis revision is now accepted and ready to land.Jun 19 2018, 6:25 AM Closed by commit rL335185: [mips] Add microMIPS specific addressing patterns. (authored by sdardis).  ·  Explain WhyJun 20 2018, 3:44 PM This revision was automatically updated to reflect the committed changes. 
Revision Contents 
 
 
Diff 151690 lib/Target/Mips/MicroMipsInstrInfo.td
 lib/Target/Mips/MipsInstrInfo.td
 test/CodeGen/Mips/address-selection.ll
 
 test/CodeGen/Mips/cstmaterialization/isel-materialization.ll
 
  | ||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
It looks like the MIPS-PIC prefix is not used anywhere in this test.