[PATCH] D143602: Allow 32-bit pointers to be written in 64-bit slots

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Feb 9 14:37:53 PST 2023


arsenm added inline comments.


================
Comment at: llvm/test/CodeGen/X86/ptrtoint-widen.ll:4
+ at ptr = external global i8, align 1
+ at ref = constant i64 ptrtoint (ptr @ptr to i64), align 8
+
----------------
I still think it’s worthwhile to have a variety of destination integer sizes in the same test 


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D143602/new/

https://reviews.llvm.org/D143602



More information about the llvm-commits mailing list