[PATCH] D107588: [AArch64][GlobalISel] Widen G_PTRTOINT before clamping + test legalization

Amara Emerson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 5 15:36:02 PDT 2021


aemerson added inline comments.


================
Comment at: llvm/test/CodeGen/AArch64/GlobalISel/legalize-ptrtoint.mir:27
+    ; CHECK: %ptr:_(p0) = COPY $x0
+    ; CHECK: %int:_(s32) = G_PTRTOINT %ptr(p0)
+    ; CHECK: $w0 = COPY %int(s32)
----------------
I expected these to change?


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

https://reviews.llvm.org/D107588



More information about the llvm-commits mailing list