#include <while_loop_simplifier.h>
Inherits HloPassInterface.
The following are from Google docs:
HLO pass that makes the following transformations on while loops:
- A while loop with static trip count of 0 is deleted.
- A while loop with static trip count of 1 is replaced by its body (sans loop).
- Elements of a while loop's tuple that the loop doesn't use are removed from the tuple.
The documentation for this class was generated from the following files: