This doesn't seem to be needed for anything.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
LGTM, this was really annoying
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
11567 | We should really fix the need for this loop too |
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
11567 | How? Would you need separate wave32/wave64 versions of every pseudo that has an implicit VCC operand? There are quite a few of those. |
llvm/lib/Target/AMDGPU/SIISelLowering.cpp | ||
---|---|---|
11567 | Yes, I think having to fixup every instruction is error prone and we have hit bugs from doing this |
We should really fix the need for this loop too