Skip to content
  • Ulrich Weigand's avatar
    PowerPC: Remove ADDIL patterns. · 35f9fdfd
    Ulrich Weigand authored
    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
    35f9fdfd
Loading