summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/micromips-gp-rc.ll
Commit message (Collapse)AuthorAgeFilesLines
* evert "[mips] Fix test mips64fpldst.ll with machine verifier enabled"Simon Dardis2017-06-071-1/+1
| | | | | | | This reverts commit r301394. It broke some internal buildbots, reverting while the issue is being investigated. llvm-svn: 304896
* [mips] Fix test mips64fpldst.ll with machine verifier enabledSagar Thakur2017-04-261-1/+1
| | | | | | | | | Removed micro mips register classes for gp initialization because gp initialization uses pure mips64 instruction. Even when compiling for micro mips, gp initialization can be done with pure mips64 instructions. Reviewed by Simon Dardis Differential: D32286 llvm-svn: 301394
* [mips][microMIPS] Revert commits r264245 and r264248.Zoran Jovanovic2016-04-021-3/+0
| | | | | | | Commit r264245 was the reason for failing tests in LLVM test suite. Commit r264248 depends on the first one. llvm-svn: 265249
* [mips][microMIPS] Fix for "Cannot copy registers" assertionHrvoje Varga2016-03-241-0/+3
| | | | | | Differential Revision: http://reviews.llvm.org/D17068 llvm-svn: 264245
* [opaque pointer type] Add textual IR support for explicit type parameter to ↵David Blaikie2015-02-271-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | load instruction Essentially the same as the GEP change in r230786. A similar migration script can be used to update test cases, though a few more test case improvements/changes were required this time around: (r229269-r229278) import fileinput import sys import re pat = re.compile(r"((?:=|:|^)\s*load (?:atomic )?(?:volatile )?(.*?))(| addrspace\(\d+\) *)\*($| *(?:%|@|null|undef|blockaddress|getelementptr|addrspacecast|bitcast|inttoptr|\[\[[a-zA-Z]|\{\{).*$)") for line in sys.stdin: sys.stdout.write(re.sub(pat, r"\1, \2\3*\4", line)) Reviewers: rafael, dexonsmith, grosser Differential Revision: http://reviews.llvm.org/D7649 llvm-svn: 230794
* [mips][microMIPS] Change register class for GP registerZoran Jovanovic2015-02-271-0/+18
Differential Revision: http://reviews.llvm.org/D7934 llvm-svn: 230760
OpenPOWER on IntegriCloud