Summary
Preserve source locations for Inductor guards that are saved in the FX graph cache, so a cache-hit recompile reason still points at the original guard producer instead of the cache replay site.
Fixes #141595
Generated by my agent
Root Cause
Without the FX graph cache, ShapeEnv records each ShapeGuard with the source location captured when...