rutkoor opened a new pull request, #16227:
URL: https://github.com/apache/tvm/pull/16227

   When constant is appearing in the else_expr, Simplifier pass is able to 
simplify the nested if_then_else expression and eliminate the redundant 
if_then_else. But, when constant is appearing in the then_expr, it is unable to 
simplify the nested if_then_else statements.
   
   The changes in the PR will address the above problem.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to