[XLA] Simplify trivial while loops.
If we can statically determine that a loop has a trip count of 0 or 1, we can simplify it by removing the whole loop or removing the loop infrastructure, leaving just the body behind. PiperOrigin-RevId: 170357886
Loading
Please sign in to comment