swift
7bbe5c6f - LoopInvariantCodeMotion: don't hoist loads and stores if the memory location is not initialized at loop exits.

Commit
95 days ago
LoopInvariantCodeMotion: don't hoist loads and stores if the memory location is not initialized at loop exits. If the memory is not initialized at all exits, it would be wrong to insert stores at exit blocks.
Author
Committer
Parents
Loading