Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[LowerTypes] Fix a race condition (#4582)
This PR fixes a race condition in LowerTypes with aggregate preservation mode. In the instance op lowering, linkage of referenced module is checked, however it is not allowed to read attributes from different threads.
- Loading branch information