swift
747cbfcc
- [IRGen] Mask extra tag bits in getEnumTag function for CVW (#71421)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 year ago
[IRGen] Mask extra tag bits in getEnumTag function for CVW (#71421) rdar://121868127 In compact value witnesses we need to mask the extra tag bits in case they are used to store tag bits of outer enums, so we only read the ones we are interested in.
References
#71421 - [IRGen] Mask extra tag bits in getEnumTag function for CVW
Author
drexin
Parents
802aab80
Loading