-
Notifications
You must be signed in to change notification settings - Fork 5.5k
JIT: implement type checker #12121
Copy link
Copy link
Open
Labels
JitUntriagedCLR JIT issues needing additional triageCLR JIT issues needing additional triagearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
Metadata
Metadata
Assignees
Labels
JitUntriagedCLR JIT issues needing additional triageCLR JIT issues needing additional triagearea-CodeGen-coreclrCLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMICLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Type
Fields
Give feedbackNo fields configured for issues without a type.
There are a couple categories of issues in the JIT IR that could have been caught earlier if we ran some kind of type checking phase:
TYP_UINTandTYP_ULONGare invalid on nodesWe might also want to restructure the early part of the jit so we can run checks sooner...
category:implementation
theme:ir
skill-level:expert
cost:extra-large