Remove the dead AssertZext or else the ValueType operand will
fail to select for some reason.
Details
Details
- Reviewers
• tstellarAMD
Diff Detail
Diff Detail
Event Timeline
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | ||
---|---|---|
1554–1555 | I think this should be outside the loop that iterates over It. Also, is it a problem if all uses of the FI were removed for the current block, but there are uses in other blocks? Perhaps this check should only apply in the case where FI != EffectiveFI? |
Comment Actions
It doesn't really matter because all of this code is broken anyway. I'll drop this and merge the testcase into D24328 which removes this whole thing
I think this should be outside the loop that iterates over It.
Also, is it a problem if all uses of the FI were removed for the current block, but there are uses in other blocks? Perhaps this check should only apply in the case where FI != EffectiveFI?