| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-10-10 | Defer `IRCastStorageToLogicalDeref` in lowerBufferElementType pass. (#8668) | Yong He | |
| Fix a regression on metal test. In `lowerBufferElementTypeToStorageType` pass, not only we want to defer an argument that is `CastStorageToLogical` to the callee, but also apply the same defer logic to `CastStorageToLogicalDeref` as well. Because `CastStorageToLogicalDeref` will appear as argumnet if `lowerBufferElementTypeToStorageType` is run before we apply the `in->borrow` transformation pass, which is the case for metal parameter block legalization. | |||
