julia
2983327a - Teach cfg_simplify to drop GotoIfNots that go to the same destination (#43906)

Commit
4 years ago
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.
Author
Parents
Loading