Skip to content
Prev Previous commit
Next Next commit
remove fixme
Created using spr 1.3.6-beta.1
  • Loading branch information
arichardson committed May 10, 2025
commit a2dec95d11a68c7911eef777ad78b07aa747bef5
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@ define <2 x i32> @ptrtoaddr_vec(<2 x ptr addrspace(7)> %ptr) {
}

;; Check that we extend the offset to i160 instead of reinterpreting all bits.
;; FIXME: this is not currently correct.
define i160 @ptrtoaddr_ext(ptr addrspace(7) %ptr) {
; CHECK-LABEL: define i160 @ptrtoaddr_ext
; CHECK-SAME: ({ ptr addrspace(8), i32 } [[PTR:%.*]]) #[[ATTR0]] {
Expand Down