Files
swift-mirror/lib/SILOptimizer/LoopTransforms/LICM.cpp
Erik Eckstein 8f2531348d LICM: make sure that getMemoryBehavior is only called for address values
It was called for non-address operands of fix_lifetime.
Just exclude such fix_lifetime instructions from moving. It's not important anyway.
2024-07-29 17:33:44 +02:00

57 KiB