MASK-SIGNED-FIELD VOPs on x86-64
[sbcl.git] / src / compiler / ir2tran.lisp
index e2b593e..146e8ec 100644 (file)
 \f
 (defoptimizer (mask-signed-field ir2-convert) ((width x) node block)
   (block nil
+    (when (template-p (basic-combination-info node))
+      (ir2-convert-template node block)
+      (return))
     (when (constant-lvar-p width)
       (case (lvar-value width)
         (#.(- sb!vm:n-word-bits sb!vm:n-fixnum-tag-bits)