Skip to content

Commit b7c1225

Browse files
committed
Remove TODO about extra move
1 parent 5f8d5c0 commit b7c1225

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

cranelift/codegen/src/isa/x64/lower.isle

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3090,9 +3090,6 @@
30903090
;; Convert the packed float to packed doubleword.
30913091
(dst Xmm (x64_cvttps2dq $F32X4 dst))
30923092

3093-
;; TODO: regalloc2 introduces a useless move here, is that
3094-
;; acceptable?
3095-
30963093
;; Set top bit only if < 0
30973094
(tmp Xmm (x64_pand dst tmp))
30983095
(tmp Xmm (x64_psrad tmp (RegMemImm.Imm 31))))

0 commit comments

Comments
 (0)