Teach cfg_simplify to drop GotoIfNots that go to the same destination (#43906)
An example is in the test. The primary reason to do this is not for
the GotoIfNot itself, but rather to drop the use of the GotoIfNot
condition, which may be rooting a number of other statements.