[PATCH] D57285: AMDGPU/GlobalISel: Legalize constant for pointer types
Tom Stellard via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 1 16:07:44 PST 2019
tstellar added inline comments.
================
Comment at: test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir:102
+ ; CHECK-LABEL: name: test_constant_p0
+ ; CHECK: [[C:%[0-9]+]]:_(p0) = G_CONSTANT i32 0
+ ; CHECK: $vgpr0_vgpr1 = COPY [[C]](p0)
----------------
Does this need to be i64 here? Same for the other 64-bit address spaces.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D57285/new/
https://reviews.llvm.org/D57285
More information about the llvm-commits
mailing list