Diff Detail
Diff Detail
Event Timeline
test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir | ||
---|---|---|
102 | Does this need to be i64 here? Same for the other 64-bit address spaces. |
test/CodeGen/AMDGPU/GlobalISel/legalize-constant.mir | ||
---|---|---|
102 | I'm not sure what the policy is for the integer size on G_CONSTANT. The verifier doesn't complain. buildConstant does a sextOrTrunc to convert to the element type. I'll fix this before committing |
Does this need to be i64 here? Same for the other 64-bit address spaces.