summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/Mips/longbranch/compact-branches-long-branch.ll
Commit message (Collapse)AuthorAgeFilesLines
* [mips] Reorder target specific passesSimon Dardis2017-11-201-0/+154
Move the hazard scheduling pass to after the long branch pass, as the long branch pass can create forbiddden slot hazards. Rather than complicating the implementation of the long branch pass to handle forbidden slot hazards, just reorder the passes. llvm-svn: 318657
OpenPOWER on IntegriCloud