It looks like this got left in by accident in r289794; I can't think of any reason the check would be necessary. (Maybe it was meant to be a check that the AND has one use? But we check that a few lines earlier.)
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
The initial commit showed problem in testing, and my fix added the check that the AND has a single use. Looks like indeed that we just forgot to remove the other check as I also don't see why it would be necessary. Thanks for fixing.