Name |
Last commit
|
Last update |
---|---|---|
.. | ||
constraints.md | ||
elf.h | ||
elf.opt | ||
linux.h | ||
or1k-protos.h | ||
or1k.c | ||
or1k.h | ||
or1k.md | ||
or1k.opt | ||
predicates.md | ||
rtems.h | ||
t-or1k | ||
t-rtems |
The force_reg in or1k_expand_compare is hard coded for SImode, which is fine as this used to only be used on SI expands. However, with FP support this will cause issues. In general we should only force the right hand operand to a register if its an immediate. This patch adds an condition to check for that. gcc/ChangeLog: * config/or1k/or1k.c (or1k_expand_compare): Check for int before force_reg. From-SVN: r273651
Name |
Last commit
|
Last update |
---|---|---|
.. | ||
constraints.md | Loading commit data... | |
elf.h | Loading commit data... | |
elf.opt | Loading commit data... | |
linux.h | Loading commit data... | |
or1k-protos.h | Loading commit data... | |
or1k.c | Loading commit data... | |
or1k.h | Loading commit data... | |
or1k.md | Loading commit data... | |
or1k.opt | Loading commit data... | |
predicates.md | Loading commit data... | |
rtems.h | Loading commit data... | |
t-or1k | Loading commit data... | |
t-rtems | Loading commit data... |