Bug 199335 - [WHLSL] Most uses of downcast<>() on Type are probably wrong
Summary: [WHLSL] Most uses of downcast<>() on Type are probably wrong
Status: RESOLVED WONTFIX
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebGPU (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-06-28 12:45 PDT by Myles C. Maxfield
Modified: 2020-05-05 00:42 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.