forked from OSchip/llvm-project
eb5bfd9889
The MIPS delay slot filler converts delay slot branches into compact forms for the MIPS ISAs which support them. For branches that compare (in)equality with with zero, it converts them into branches with implict zero register operands. These branches have a slightly greater range than normal two register operands branches. Changing the branches at this point in the pipeline offers the long branch pass the ability to mark better judgements if a long branch sequence is required. Reviewers: atanasyan Differential Revision: https://reviews.llvm.org/D40314 llvm-svn: 318908 |
||
---|---|---|
.. | ||
tail-call-arguments-clobber.ll | ||
tailcall-wrong-isa.ll | ||
tailcall.ll |