[PATCH] D68600: AMDGPU/GlobalISel: Fix crash on wide constant load with VGPR pointer

Nicolai Hähnle via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 8 08:26:06 PDT 2019


nhaehnle added inline comments.


================
Comment at: test/CodeGen/AMDGPU/GlobalISel/legalize-extract.mir:1118-1131
+name: extract_s16_s64_offset18
+
+body: |
+  bb.0:
+    liveins: $vgpr0_vgpr1
+    ; CHECK-LABEL: name: extract_s16_s64_offset18
+    ; CHECK: [[COPY:%[0-9]+]]:_(s64) = COPY $vgpr0_vgpr1
----------------
This change seems unrelated.


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

https://reviews.llvm.org/D68600





More information about the llvm-commits mailing list