You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[XLA:Original Value] Propagate OriginalValue information when hoisting loop-invariant instructions.
When `HoistLoopInvariantInstructions` creates a new while loop, the `OriginalValue` for the new while instruction is constructed. Elements from the original while tuple retain their original values. For hoisted instructions, their original values are copied, and the original instruction name is prefixed to indicate they are loop-invariant values hoisted out of the while loop.
Also, introduced `GetOriginalCallInstructionName` and use it in `CallInliner`.
PiperOrigin-RevId: 814772914
0 commit comments