1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-23 13:02:52 +02:00
llvm-mirror/test/CodeGen
Vasileios Kalintiris 38b77a1ef8 [mips] Account for constant-zero operands in ADDE nodes.
Summary:
We identify the cases where the operand to an ADDE node is a constant
zero. In such cases, we can avoid generating an extra ADDu instruction
disguised as an identity move alias (ie. addu $r, $r, 0 --> move $r, $r).

Reviewers: dsanders

Subscribers: llvm-commits

Differential Revision: http://reviews.llvm.org/D7906

llvm-svn: 230742
2015-02-27 09:01:39 +00:00
..
AArch64 Bugfix: SCEVExpander incorrectly marks increment operations as no-wrap 2015-02-25 20:02:59 +00:00
ARM Use ".arch_extension" ARM directive to support hwdiv on krait 2015-02-26 18:08:41 +00:00
BPF
CPP
Generic
Hexagon
Inputs
Mips [mips] Account for constant-zero operands in ADDE nodes. 2015-02-27 09:01:39 +00:00
MSP430
NVPTX
PowerPC [PowerPC] Make LDtocL and friends invariant loads 2015-02-25 21:36:59 +00:00
R600 R600/SI: Remove M0 from DS assembly strings 2015-02-26 17:08:43 +00:00
SPARC
SystemZ
Thumb Improve handling of stack accesses in Thumb-1 2015-02-25 14:41:06 +00:00
Thumb2
X86 Target/X86: Save Win64 non-volatile registers in a Win64 ABI function. 2015-02-27 00:57:01 +00:00
XCore