You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was not an issue in my local machine, but failed on the Github CI. It could be due to compiler optimizations. Case 69 used to look like this:
```python
Elemwise{Composite{(i0 * tan(i0) * tan(i0) * i1)}} [id C]
|x [id A]
|x [id A]
```
And now looks like this
```python
Elemwise{Composite{(i0 * tan(i0) * tan(i0) * i0)}} [id C]
|x [id A] [None]
```
0 commit comments