[ConstraintElim] Store the triple Pred + LHS + RHS in ReproducerEntry instead of CmpInst + Not
This patch represents a condition with `Pred + LHS + RHS` in ReproducerEntry instead of `CmpInst + Not`. It avoids creating temporary ICmpInsts in D155412. Reviewed By: nikic, fhahn Differential Revision: https://reviews.llvm.org/D155782
Loading
Please sign in to comment