-
Notifications
You must be signed in to change notification settings - Fork 5.4k
RyuJIT: Improve checking of GTF_ORDER_SIDEEFF flags #10248
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 SuperPMIenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
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 SuperPMIenhancementProduct code improvement that does NOT require public API changes/additionsProduct code improvement that does NOT require public API changes/additions
Type
Fields
Give feedbackNo fields configured for issues without a type.
dotnet/coreclr#13668 enabled strict checking of GTF_EXCEPT and GTF_ASG flags in fgDebugCheckFlags.
The same should be done for GTF_ORDER_SIDEEFF flags.
category:correctness
theme:ir
skill-level:intermediate
cost:medium