b3eda9b80b
- Add valgrind-3.14.0-get_otrack_shadow_offset_wrk-ppc.patch, valgrind-3.14.0-new-strlen-IROps.patch, valgrind-3.14.0-ppc-instr-new-IROps.patch, valgrind-3.14.0-memcheck-new-IROps.patch, valgrind-3.14.0-ppc-frontend-new-IROps.patch, valgrind-3.14.0-transform-popcount64-ctznat64.patch and valgrind-3.14.0-enable-ppc-Iop_Sar_Shr8.patch (#1652926)
19 lines
754 B
Diff
19 lines
754 B
Diff
commit 27fe22378da38424102c5292b782cacdd9d7b9e4
|
|
Author: Julian Seward <jseward@acm.org>
|
|
Date: Tue Nov 20 12:09:03 2018 +0100
|
|
|
|
Add support for Iop_{Sar,Shr}8 on ppc. --expensive-definedness-checks=yes needs them.
|
|
|
|
diff --git a/VEX/priv/host_ppc_isel.c b/VEX/priv/host_ppc_isel.c
|
|
index 5242176..750cf8d 100644
|
|
--- a/VEX/priv/host_ppc_isel.c
|
|
+++ b/VEX/priv/host_ppc_isel.c
|
|
@@ -1528,7 +1528,6 @@ static HReg iselWordExpr_R_wrk ( ISelEnv* env, const IRExpr* e,
|
|
True/*32bit shift*/,
|
|
tmp, tmp, amt));
|
|
r_srcL = tmp;
|
|
- vassert(0); /* AWAITING TEST CASE */
|
|
}
|
|
}
|
|
/* Only 64 expressions need 64bit shifts,
|