Bug 199335

Summary: [WHLSL] Most uses of downcast<>() on Type are probably wrong
Product: WebKit Reporter: Myles C. Maxfield <mmaxfield>
Component: WebGPUAssignee: Nobody <webkit-unassigned>
Status: RESOLVED WONTFIX    
Severity: Normal CC: saam
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Myles C. Maxfield 2019-06-28 12:45:15 PDT
Instead of downcasting directly, we should almost always go through unifyNode(). We need to handle cases where the user typedefs every type to new type names.
Comment 1 Myles C. Maxfield 2020-05-05 00:42:34 PDT
WHLSL is no longer relevant.