| commit | 35f9fdfdfda7a1aba41a97eb01d6dcd5feb279a6 | [log] [tgz] |
|---|---|---|
| author | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Mar 26 10:55:20 2013 +0000 |
| committer | Ulrich Weigand <ulrich.weigand@de.ibm.com> | Tue Mar 26 10:55:20 2013 +0000 |
| tree | b3ada7f9381ebe91eeddb6a8bc4c08617ae9fae2 | |
| parent | 4749b1ecd811c53e3881be0d960680c38b6bd2ed [diff] |
PowerPC: Remove ADDIL patterns. The ADDI/ADDI8 patterns are currently duplicated into ADDIL/ADDI8L, which describe the same instruction, except that they accept a symbolLo[64] operand instead of a s16imm[64] operand. This duplication confuses the asm parser, and it actually not really needed, since symbolLo[64] already accepts immediate operands anyway. So this commit removes the duplicate patterns. No change in generated code. llvm-svn: 178004