Files
swift-mirror/lib/SILOptimizer/LoopTransforms
Erik Eckstein 783f90b76c LICM: handle memory dependency for store sinking correctly
Prevent sinking of stores if there are instructions other than `load` which may read from memory.
This kind of memory dependencies were ignored.
Fixes SIL verifier crashes or - in worst case - miscompiles.

rdar://150205299
2025-04-29 17:46:56 +02:00
..
2024-12-11 12:32:32 +01:00