master: arm64: better umaxv disassembly

stassats via Sbcl-commits <[email protected]> Sun, 14 Jun 2026 13:55:18 +0000
Newsgroups gmane.lisp.steel-bank.cvs
Message-ID <[email protected]>
The branch "master" has been updated in SBCL:
       via  9e13318991cdc4425f2b2291934bf5e0192e5d0d (commit)
      from  c23611286406641a7d0c0eeb30fdceac574fa6f7 (commit)

- Log -----------------------------------------------------------------
commit 9e13318991cdc4425f2b2291934bf5e0192e5d0d
Author: Stas Boukarev <[email protected]>
Date:   Sun Jun 14 05:20:18 2026 +0300

    arm64: better umaxv disassembly
---
 src/compiler/arm64/insts.lisp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/compiler/arm64/insts.lisp b/src/compiler/arm64/insts.lisp
index 469254357..219ca856b 100644
--- a/src/compiler/arm64/insts.lisp
+++ b/src/compiler/arm64/insts.lisp
@@ -3347,7 +3347,7 @@
 (macrolet ((def (name u op)
              `(define-instruction ,name (segment rd rn size)
                 (:printer simd-across-lanes  ((u ,u) (op ,op)
-                                              (rd nil :type 'vhsd)))
+                                              (rd nil :type 'vbhs)))
                 (:emitter
                  (multiple-value-bind (q size) (encode-vector-size size)
                    (emit-simd-across-lanes

-----------------------------------------------------------------------


hooks/post-receive
-- 
SBCL