Re: [PATCH v3] AArch64 SIMD: convert mvn+shrn into mvni+subhn

2025-07-01 Thread Richard Sandiford
Remi Machet writes: > Attached is the updated patch for the aarch64 conversion of some > mvn+shrn patterns into a mvni+subhn. Hopefully attachment fixes the tab > issues, the cover letter was updated to better explain what the patch > does, code was changed to use emit_move_insn, and testcase w

[PATCH v3] AArch64 SIMD: convert mvn+shrn into mvni+subhn

2025-06-30 Thread Remi Machet
Richard and Alex's suggestions. Sorry for the delay in fixing all suggestions but I was traveling for the past 2 weeks. Remi From 102b7358be9d030f9f518c2accd329d14fe545a3 Mon Sep 17 00:00:00 2001 From: Remi Machet Date: Fri, 13 Jun 2025 18:44:53 + Subject: [PATCH v3] AArch64 SIMD: conver