swift
7bbe5c6f
- LoopInvariantCodeMotion: don't hoist loads and stores if the memory location is not initialized at loop exits.
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#84584 - LoopInvariantCodeMotion: fix a few ownership errors when hoisting load and store instructions
Author
eeckstein
Committer
eeckstein
Parents
761b88fe
Loading