Commit Graph

1 Commits

Author SHA1 Message Date
Nikita Popov cd3d80eace [PhaseOrdering] Add tests for PR44461 and PR48844 (NFC)
In both cases, optimization is prevented because
"br X == C || X == C2" is converted into a switch. In one case
loop rotation is blocked, in the other vectorization.
2021-01-23 21:24:54 +01:00