On Thu, Feb 02, 2017 at 02:09:55PM -0600, Pat Haugen wrote:
> The testcase has been failing on BE because the compiler is simply storing
> the value straight from the GPRs. The following patch fixes the issue by
> using 'r' in an expression which forces the value back to a VSR. Verified the
> te
The testcase has been failing on BE because the compiler is simply storing the
value straight from the GPRs. The following patch fixes the issue by using 'r'
in an expression which forces the value back to a VSR. Verified the testcase
now passes for powerpc64 and still passes for powerpc64le. Ok