summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/mcount.ll
Commit message (Collapse)AuthorAgeFilesLines
* [Mips] Fix 374055Mirko Brkusanin2019-10-101-8/+14
| | | | | | | | EXPENSIVE_CHECKS build was failing on new test. This is fixed by marking $ra register as undef. Test now has -verify-machineinstrs to check for operand flags. llvm-svn: 374320
* [Mips] Emit proper ABI for _mcount callsMirko Brkusanin2019-10-081-0/+117
When -pg option is present than a call to _mcount is inserted into every function. However since the proper ABI was not followed then the generated gmon.out did not give proper results. By inserting needed instructions before every _mcount we can fix this. Differential Revision: https://reviews.llvm.org/D68390 llvm-svn: 374055
OpenPOWER on IntegriCloud