================
@@ -6,7 +6,9 @@ target datalayout = "p:16:16:16:8"
 ; The GEP should only modify the low 8 bits of the pointer.
 define ptr @test() {
 ; CHECK-LABEL: define ptr @test() {
-; CHECK-NEXT:    ret ptr inttoptr (i16 -256 to ptr)
+; We need to use finer-grained DataLayout properties for non-integral pointers
+; FIXME: Should be: ret ptr inttoptr (i16 -256 to ptr)
----------------
arichardson wrote:

https://github.com/llvm/llvm-project/pull/159959

https://github.com/llvm/llvm-project/pull/105735
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to