All of lore.kernel.org
 help / color / mirror / Atom feed
* [Qemu-arm] [PATCH 0/2] target/arm: Coverity fixups
@ 2018-05-01 18:04 ` Richard Henderson
  0 siblings, 0 replies; 12+ messages in thread
From: Richard Henderson @ 2018-05-01 18:04 UTC (permalink / raw)
  To: qemu-devel; +Cc: peter.maydell, qemu-arm

The first patch covers four related false positives.  However, 
we check the same condition twice and we certainly don't need
to that.  Plus the assert might just help documentation-wise.

The second patch covers dead code.  I believe that Coverity is
right and that there are no paths that have !is_q at this point.
Add the assert to check that is true.

The RISU tests that I ran over these insns came out clean.


r~


Richard Henderson (2):
  target/arm: Tidy conditions in handle_vec_simd_shri
  target/arm: Tidy condition in disas_simd_two_reg_misc

 target/arm/translate-a64.c | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

-- 
2.14.3


^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-03 15:06 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-05-01 18:04 [Qemu-arm] [PATCH 0/2] target/arm: Coverity fixups Richard Henderson
2018-05-01 18:04 ` [Qemu-devel] " Richard Henderson
2018-05-01 18:04 ` [Qemu-arm] [PATCH 1/2] target/arm: Tidy conditions in handle_vec_simd_shri Richard Henderson
2018-05-01 18:04   ` [Qemu-devel] " Richard Henderson
2018-05-02  9:46   ` [Qemu-arm] " Alex Bennée
2018-05-02  9:46     ` [Qemu-devel] " Alex Bennée
2018-05-01 18:04 ` [Qemu-arm] [PATCH 2/2] target/arm: Tidy condition in disas_simd_two_reg_misc Richard Henderson
2018-05-01 18:04   ` [Qemu-devel] " Richard Henderson
2018-05-02  9:47   ` [Qemu-arm] " Alex Bennée
2018-05-02  9:47     ` [Qemu-devel] " Alex Bennée
2018-05-03 15:05 ` [Qemu-arm] [PATCH 0/2] target/arm: Coverity fixups Peter Maydell
2018-05-03 15:05   ` [Qemu-devel] " Peter Maydell

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.