summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/address-selection.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Pass "xgot" flag as a subtarget featureSimon Atanasyan2019-09-181-2/+4
| | | | | | | | | We need "xgot" flag in the MipsAsmParser to implement correct expansion of some pseudo instructions in case of using 32-bit GOT (XGOT). MipsAsmParser does not have reference to MipsSubtarget but has a reference to "feature bit set". llvm-svn: 372220
* [mips] Add microMIPS specific addressing patterns.Simon Dardis2018-06-201-0/+38
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. Reviewers: atanasyan, abeserminji, smaksimovic Differential Revision: https://reviews.llvm.org/D48275 llvm-svn: 335185
OpenPOWER on IntegriCloud