Skip to content
  • Ulrich Weigand's avatar
    Rewrite LHAU8 pattern to use standard memory operand. · f8030096
    Ulrich Weigand authored
    As opposed to to pre-increment store patterns, the pre-increment
    load patterns were already using standard memory operands, with
    the sole exception of LHAU8.
    
    As there's no real reason why LHAU8 should be different here,
    this patch simply rewrites the pattern to also use a memri
    operand, just like all the other patterns.
    
    llvm-svn: 177430
    f8030096
Loading