Rewrite LHAU8 pattern to use standard memory operand.
authorUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 19 Mar 2013 19:52:30 +0000 (19:52 +0000)
committerUlrich Weigand <ulrich.weigand@de.ibm.com>
Tue, 19 Mar 2013 19:52:30 +0000 (19:52 +0000)
commit8353d1e0e5fd23bb9b6c11acda8157d728d89223
treed1cd35626585c28473519aedcc0a547b9a313d0b
parent5882e3d82831710a7ea1fe8de4813350d4eecf05
Rewrite LHAU8 pattern to use standard memory operand.

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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@177430 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/PowerPC/PPCInstr64Bit.td