Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[IR] Use structural equal for Range equality (apache#15664)
This PR adds a small change to verify equality of `tvm.ir.Range` as a structural equal. This assumes that in most cases, comparing two `Range`s means to compare its `min` and `extent` as opposed to the actual Range object handle.
- Loading branch information