swift
d6e86b7c - Add a new SIL pass to move conditions closer to switch_enum to enable jump threading.

Commit
9 years ago
Add a new SIL pass to move conditions closer to switch_enum to enable jump threading. For details see the comment in ConditionForwarding.cpp. This optimization pass helps to optimize loops iterating over closed ranges, e.g. for i in 0...n { }
Author
Committer
Parents
Loading