Closed shoaibkamil closed 1 week ago
While this PR might fix the issue in the particular case of #8443, there is more that needs to be done, according to @abadams comment:
specializations should be resolved before the simplifier gets a turn at it.
Is the failure for performance_inner_loop_parallel
a fluke or something I should look into? Otherwise, failures seem to be in vulkan, and one for the autoscheduler test.
I spot-checked that test locally and it seemed fine, so I'm hoping it was a fluke.
I also verified locally that the IR for that test did not change after this change.
Fixes #8443.
Teaches the simplifier to propagate some facts about inequalities where one of the sides is a min or max node.