swift
fc6302e3
- LoopInvariantCodeMotion: correctly handle `load [copy]`
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
LoopInvariantCodeMotion: correctly handle `load [copy]` When moving loads and stores out of a loop, a `load [copy]` must be replaced by a `copy_value`.
References
#84584 - LoopInvariantCodeMotion: fix a few ownership errors when hoisting load and store instructions
Author
eeckstein
Committer
eeckstein
Parents
a6fb1876
Loading