Skip to content
Commit e41db2fe authored by Sasa Stankovic's avatar Sasa Stankovic
Browse files

[mips] Optimize long branch for MIPS64 by removing %higher and %highest.

%higher and %highest can have non-zero values only for offsets greater
than 2GB, which is highly unlikely, if not impossible when compiling a
single function. This makes long branch for MIPS64 3 instructions smaller.

Differential Revision: http://llvm-reviews.chandlerc.com/D3281.diff

llvm-svn: 209678
parent 482097d0
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment