memcheck: Allow unaligned loads of 128bit vectors on ppc64[le].
commit8d12697b157bb50ad98467b565b3a7a39097bf31
authorMark Wielaard <mark@klomp.org>
Sun, 9 Dec 2018 13:26:39 +0000 (9 14:26 +0100)
committerMark Wielaard <mark@klomp.org>
Thu, 20 Dec 2018 21:46:59 +0000 (20 22:46 +0100)
treec12672c2fcb071817935857c60fd3d34d8b08457
parent98a73de1c0c83918a63e736b62d428bc2f98c943
memcheck: Allow unaligned loads of 128bit vectors on ppc64[le].

On powerpc partial unaligned loads of vectors from partially invalid
addresses are OK and could be generated by our translation of lxvd2x.

Adjust partial_load memcheck tests to allow partial loads of 16 byte
vectors on powerpc64.

Part of resolving bug #386945.
memcheck/mc_main.c