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

--- Comment #77 from Andreas Arnez <ar...@linux.ibm.com> ---
Regarding the question whether the disassembler works for the new insns,
I've experimented a bit with --trace-flags=10000000.  It turned out that
the vector_integer test case crashed with this option, because when
ppIROp() in ir_defs.c was called to print the names of Iop_Avg64Ux2 and
Iop_Avg64Sx2, it ran into the `default' case instead and called vpanic.

Thus I added cases for these two operations to ppIROp().  While at it, I
also added handling for Ijk_SigFPE to ppIRJumpKind().

With these changes the tracing works, and skimming over the disassembled
insns didn't reveal any obvious problems.  I'm going to push the patch
with these changes now.

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

Reply via email to