This usually avoids some re-packing code, and may
help find canonical sources.
Details
Details
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
6928 | Mixing variable NumOps and static array size 2 if potentially messy. Nothing except 2 can come here right now given a check for v2f16, but I would suggest to do it uniformly, either use 2 here or use SmallVector. |
Comment Actions
Remove now unused NumOps variable. Otherwise LGTM.
lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
6912 | NumOps is unused now. |
NumOps is unused now.