https://bugs.kde.org/show_bug.cgi?id=440906

--- Comment #3 from Carl Love <c...@us.ibm.com> ---
Proposed patch reviewd, tested and committed.

commit 733aba84822efe101a098446079b4798f1b51faf (HEAD -> master, origin/master,
origin/HEAD)
Author: Carl Love <c...@us.ibm.com>
Date:   Fri Sep 3 17:14:50 2021 +0000

    Fix impossible constraint issue in P10 testcase.

    This reworks the modulo operation as seen in
    valgrind/none/tests/ppc64/test_isa_3_1_common.c:
      initialize_source_registers().

    Due to a GCC issue (PR101882), we will try to avoid a modulo operation with
    both input and outputs set to a hard register. In this case, we can apply
    the modulo operation to the args[] array value used to initialize the ra
    value.

    https://bugs.kde.org/show_bug.cgi?id=440906

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to