-
Notifications
You must be signed in to change notification settings - Fork 318
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ModuleInliner][BugFix] Correctly update NLA after recursive inline (#…
…4942) This fixes a bug with updating the NLA, when modules are recursively inlined to a single parent. The NLA was being updated with respect to a temporary and stale parent, the retop must be called with the original parent. Also handle renamed instances correctly, by correctly tracking the NLAs that are contextually valid at any inlined instance. Fixes #4920, #4915
- Loading branch information
Showing
2 changed files
with
68 additions
and
6 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
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