There was an error while loading. Please reload this page.
1 parent 5f8d5c0 commit b7c1225Copy full SHA for b7c1225
1 file changed
cranelift/codegen/src/isa/x64/lower.isle
@@ -3090,9 +3090,6 @@
3090
;; Convert the packed float to packed doubleword.
3091
(dst Xmm (x64_cvttps2dq $F32X4 dst))
3092
3093
- ;; TODO: regalloc2 introduces a useless move here, is that
3094
- ;; acceptable?
3095
-
3096
;; Set top bit only if < 0
3097
(tmp Xmm (x64_pand dst tmp))
3098
(tmp Xmm (x64_psrad tmp (RegMemImm.Imm 31))))
0 commit comments