Commit f0eedc18 authored by A. Unique TensorFlower's avatar A. Unique TensorFlower Committed by TensorFlower Gardener
Browse files

Explicitly call the IR verifier in the compiler functor instead of

calling it via the module pass manager.

This seems to be a better separation of concerns (IR verification is
not an optimization).  It also makes sure we verify the IR before
running function passes: earlier we were running function passes on
unverified IR, which makes debugging incorrect IR generation harder
than it needs to be.

PiperOrigin-RevId: 158897874
parent 5c6015f8
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment