llvm-project/llvm/test/CodeGen/Mips/Fast-ISel
Petar Jovanovic 3af2c992dc [Mips][FastISel] Do not duplicate condition while lowering branches
This change fixes the issue that arises when we duplicate condition from
the predecessor block. If the condition's arguments are not considered alive
across the blocks, fast regalloc gets confused and starts generating reloads
from the slots that have never been spilled to. This change also leads to
smaller code given that, unlike on architectures with condition codes, on
Mips we can branch directly on register value, thus we gain nothing by
duplication.

Patch by Dragan Mladjenovic.

Differential Revision: https://reviews.llvm.org/D48642

llvm-svn: 336084
2018-07-02 08:56:57 +00:00
..
br1.ll
bswap1.ll
callabi.ll [FastISel] Disable local value sinking by default 2018-04-11 16:03:07 +00:00
check-disabled-mcpus.ll
constexpr-address.ll
div1.ll
double-arg.ll
fast-isel-softfloat-lower-args.ll
fastalloca.ll
fastcc-miss.ll
fpcmpa.ll
fpext.ll
fpintconv.ll
fptrunc.ll
icmpa.ll
icmpbr1.ll [Mips][FastISel] Do not duplicate condition while lowering branches 2018-07-02 08:56:57 +00:00
loadstore2.ll
loadstoreconv.ll
loadstrconst.ll
logopm.ll
memtest1.ll
mul1.ll
nullvoid.ll
overflt.ll
rem1.ll
retabi.ll
sel1.ll [Mips] Return true in enableMultipleCopyHints(). 2018-02-23 08:30:15 +00:00
shftopm.ll
shift.ll
simplestore.ll [FastISel] Disable local value sinking by default 2018-04-11 16:03:07 +00:00
simplestorefp1.ll
simplestorei.ll [FastISel] Disable local value sinking by default 2018-04-11 16:03:07 +00:00
stackloadstore.ll