-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[CIR] Improve aie++ type analysis to cope with already-lowered file
Previously, the mapping from an aie++ type to its lowered AIE operation was constructed lazily during the lowering itself, preventing another pass running later to have access to its information. Now CIRToAIETypesAnalysis can reconstruct this mapping if the lowering has already been done.
- Loading branch information
Showing
1 changed file
with
45 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters