Skip to content

JIT: Remove special handling for GT_INTRINSIC in gtTreeHasSideEffects#106257

Merged
jakobbotsch merged 1 commit intodotnet:mainfrom
jakobbotsch:fix-106187
Aug 12, 2024
Merged

JIT: Remove special handling for GT_INTRINSIC in gtTreeHasSideEffects#106257
jakobbotsch merged 1 commit intodotnet:mainfrom
jakobbotsch:fix-106187

Conversation

@jakobbotsch
Copy link
Member

This handling is wrong.

Fix #106187

@ghost ghost added the area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI label Aug 12, 2024
@jakobbotsch
Copy link
Member Author

cc @dotnet/jit-contrib PTAL @AndyAyersMS

Very minor diffs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

area-CodeGen-coreclr CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI

Projects

None yet

Development

Successfully merging this pull request may close these issues.

gtTreeHasSideEffects handles GT_INTRINSIC incorrectly

2 participants