#include <conditional_simplifier.h>
Inherits HloPassInterface.
HLO pass that removes kConditional with a constant predicate, replacing them with their true or false computation as appropriate.