Files
swift-mirror/lib/SILOptimizer/Analysis/MemoryBehavior.cpp
Erik Eckstein 40d41d4d82 MemoryBehavior: be more accurate with destructor side effects of a store [assign]
So far we unconditionally treated `store [assign]` to have side effects because it destructs the old value.
But we can do better by checking if the address in question actually can escape to a destructor.
2023-07-21 07:19:12 +02:00

21 KiB