| Commit message (Collapse) | Author | Age | |
|---|---|---|---|
| * | Clone name hint decoration when emiting Undefined (#6415) | Jay Kwak | 2025-02-24 |
| * Clone name hint decoration when emiting Undefined When emiting "Undefined", we lost the information of where it was synthasized from. This prevents us from providing more helpful error messages. The issue was the when we handle "IRLoop", the inputs parameters to the Phi didn't clone the name hint decoration. This commit clones them when emiting "Undefined". * Adding more test case --------- Co-authored-by: Yong He <yonghe@outlook.com> | |||
