Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Please follow LLVM development policies. Add a description of the change, and tests which demonstrate it.
Comment Actions
This is removing code that I added out of paranoia. I agree it should never happen.
At the very least it needs a comment and an assert.
Comment Actions
I think this scenario has already been processed in the previous optimization stage. What do you think would be more appropriate to change?
This comment was removed by craig.topper.
Comment Actions
I suggested we replace with
// X > -1 should have been replaced with false. assert((CCVal != ISD::SETUGT || Imm != -1) && "Missing canonicalization");