Skip to content

Commit

Permalink
x64: remove TODO for i128 load (bytecodealliance#4159)
Browse files Browse the repository at this point in the history
This work has already been finished in a previous PR.
  • Loading branch information
abrown authored May 18, 2022
1 parent 302bb5b commit e898cb7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions cranelift/codegen/src/isa/x64/lower.isle
Original file line number Diff line number Diff line change
Expand Up @@ -2578,8 +2578,6 @@
(rule (lower (has_type $I64X2 (uload32x2 flags address offset)))
(x64_pmovzxdq (to_amode flags address offset)))

;; TODO: Multi-register loads (I128)

;; Rules for `store*` ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;

;; 8-, 16-, 32- and 64-bit GPR stores.
Expand Down

0 comments on commit e898cb7

Please sign in to comment.