Skip to content

Commit

Permalink
[AMDGPU][GlobalISel] Remove unused variable. NFC.
Browse files Browse the repository at this point in the history
  • Loading branch information
abinavpp committed Mar 31, 2022
1 parent 6753eb0 commit acf83ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion llvm/lib/Target/AMDGPU/AMDGPULegalizerInfo.cpp
Expand Up @@ -134,7 +134,6 @@ static LegalizeMutation moreEltsToNext32Bit(unsigned TypeIdx) {
static LLT getBitcastRegisterType(const LLT Ty) {
const unsigned Size = Ty.getSizeInBits();

LLT CoercedTy;
if (Size <= 32) {
// <2 x s8> -> s16
// <4 x s8> -> s32
Expand Down

0 comments on commit acf83ab

Please sign in to comment.