JIT: Forward sub exposing missing containment safety checks in lower #64828
Labels
area-CodeGen-coreclr
CLR JIT compiler in src/coreclr/src/jit and related components such as SuperPMI
Milestone
#63720 introduced a new optimization pass in the jit. We are seeing some failures because the more complex tree shapes this creates are mis-optimized downstream. The cases I know of are missing safety checks for contained memory operands.
See notes here: #64804 (comment)
So far just xarch is impacted, and it's possible these cases don't appear that often (the partial fix I have has no SPMI diffs).
The text was updated successfully, but these errors were encountered: