Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix incorrect iteration over a set to do operation erasure. The order of operations is operations is important to avoid erasing an op before all its users are erased. Avoid this with a SetVector. h/t @dtzSiFive for identifying the problem/fix. Signed-off-by: Schuyler Eldridge <[email protected]>
- Loading branch information