Since G_CONSTANT is illegal for vectors, this needs to check
what buildConstant will produce for a splat vector.
Details
Details
Diff Detail
Diff Detail
Event Timeline
test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir | ||
---|---|---|
17 | Is this correct ? We're shifting a 32 bit source by 32 into 32 bit destination. |
Comment Actions
r353449
test/CodeGen/AMDGPU/GlobalISel/artifact-combiner-sext.mir | ||
---|---|---|
17 | Thanks, I have another patch where I've been auditing all the getSizeInBits which should be getScalarSizeInBits |
Is this correct ? We're shifting a 32 bit source by 32 into 32 bit destination.