[ConstraintElimination] Fix variables used for pattern matching.
Re-using the matched variable in the pattern does not work as expected. This patch fixes that by introducing a new variable for the 2nd level match.
Loading
Please register or sign in to comment