[InstCombine] Remove unnecessary worklist add; NFCI
The IRBuilder will automatically add instructions to the worklist. Adding it manually is unnecessary, but may mess up worklist order.
Loading
Please sign in to comment
The IRBuilder will automatically add instructions to the worklist. Adding it manually is unnecessary, but may mess up worklist order.