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

--- Comment #4 from Carl Love <c...@us.ibm.com> ---
Patch committed.

commit c4c289ae994dfb8195e8b4889746d5e3d8296d25 (HEAD -> master, origin/master,
origin/HEAD)
Author: Carl Love <ca...@us.ibm.com>
Date:   Wed Mar 18 12:29:20 2020 -0500

    additional grail' fixes for ppc32 and ppc64

    The grail changes introduce a kludge call for ppc64.  The call fails
    on some tests as the flatten call generates adds

    addStmtToIRSB(bb, IRStmt_WrTmp(t1,
                IRExpr_ITE(flatten_Expr(bb, ex->Iex.ITE.cond),
                           flatten_Expr(bb, ex->Iex.ITE.iftrue),
                           flatten_Expr(bb, ex->Iex.ITE.iffalse))));

    for V128 expressions.  Iex_ITE isn't supported for V128 type.  This patch
    adds the needed V128 support for the Iex_ITE expressions.

    Bugzilla 418004

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

Reply via email to