Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Arith] Allow vector expressions in IntSet::operator(PrimExpr)
Since these are tracked when lowering expressions, should allow post-vectorization expressions. To maintain previous behavior, this only applies when using the automatically tracked `Map<Var, IntSet> dom_map_`. If an explicit domain map is passed, the previous behavior of raising an error for vectorized expressions still occurs.
- Loading branch information